페이팔 포인트 충전이 갑자기 안되는데 왜그럴까요??

페이팔 포인트 충전이 갑자기 안되는데 왜그럴까요??

QA

페이팔 포인트 충전이 갑자기 안되는데 왜그럴까요??

답변 2

본문

3743823347_1651717401.3168.png

 

<div style="width:350px;margin:auto;border:1px solid #e7e7e7;padding:0">
    <div style="padding:15px;background-color:#fcfcfc;border-bottom:1px solid #f3f3f3;font-size:1.3em;"><h3><strong>포인트 충전</strong></h3></div>
    <div style="padding:15px">
        <form name="fpointpay" method="post" onsubmit="return fpointpay_submit(this);">
        <input type="hidden" name="item_name" id="item_name" value="<?=$tot_point." ".G5_PAYPAL_ITEM_NAME?>" />
        <input type="hidden" name="item_number" value="<?=rand()?>" />
        <input type="hidden" name="amount" value="<?=G5_PAYPAL_AMOUNT?>" />
        <input type="hidden" name="custom" value="<?=$member['mb_id']?>" />
        <div style="padding:4px 0"><label><strong>충전금액 단위</strong></label></div>
        <div style="padding:0 0 10px 0"><input type="text" value="<?=G5_PAYPAL_AMOUNT?> 달러" class="frm_input disabled" style="width:96%;padding:0px 5px" disabled></div>
        <div style="padding:0 0 4px 0"><label><strong>추가 포인트</strong></label></div>
        <div style="padding:0 0 10px 0"><input type="text" value="구매금액의 <?=G5_PAYPAL_POINT_ADD?>%" class="frm_input disabled" style="width:96%;padding:0px 5px" disabled></div>
        <div style="padding:0 0 4px 0"><label><strong>충전 수량</strong></label></div>
        <div style="padding:0 0 14px 0">
            <select name="quantity" required class="required" style="width:30%;padding:1px 1px" onchange="price_calculate(this.value)">
            <option value="1" selected>1개
            <option value="5">5개
            <option value="10">10개
            <option value="50">50개
            <option value="100">100개
            <option value="1000">1000개
            <!--<?php for ($i=2; $i<11; $i++) echo "<option value='{$i}'>{$i}개";?>-->
            </select>
        </div>
        <div style="padding:0 0 10px 0">
            <div style="background-color:#fdaa3b;padding:10px;color:#fff;text-align:center;font-size:1.5em;font-family:'Arial','맑은 고딕','dotum'">
                <span id="tot_price"><?=G5_PAYPAL_AMOUNT?>달러</span> / <span id="tot_point"><?=$tot_point?>P</span>
            </div>
        </div>
        <div style="border:1px solid #cccccc;background-color:#eeeeee;padding:10px">
            <ul style="padding-left:20px;margin:0;">
                <li>기본 전환비율 - <strong>1달러 : <?=G5_PAYPAL_RATE?>포인트</strong></li>
                <li>결제완료 후 취소나 환불이 불가능합니다.</li>
                <li>회원탈퇴시 회원정보가 삭제되므로 충전하신 포인트는 자동 소멸됩니다.</li>
            </ul>
        </div>
        <div style="padding:10px 0"><input name="agree" id="agree" type="checkbox" value="1"> 상기 내역을 확인하였고, 결제진행에 동의합니다.</div>
        <div style="padding:10px 0;text-align:center">
            <input type="image" name="submit" border="0" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" alt="PayPal - The safer, easier way to pay online" onclick="document.pressed=this.value;">
            </form>
        </div>
        
        </form>
    </div>
    <?php if (!G5_PAYPAL_DESIGN_BY){ ?>
        <div style="padding:10px 15px;background-color:#fcfcfc;border-top:1px solid #f3f3f3;text-align:center"><a href="http://untitled.aipotu.info/30vjx25">design by @_untitle_d</a></div>
    <? } ?>
</div>

 

 

이 질문에 댓글 쓰기 :

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 129,102
© SIRSOFT
현재 페이지 제일 처음으로