0
    <p>
     <form action="//www.paypal.com/cgi-bin/webscr" method="post">
        <input type="hidden" name="cmd" value="_cart">
        <input type="hidden" name="upload" value="1" />
        <input type="hidden" name="business" value="alex@phpacademy.org">
        <?php paypal_items();?>
        <input type="hidden" name="currency_code" value="INR">
        <input type="hidden" name="amount" value="<?php echo $total;?>">
        <input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but03.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
        </form>

このコーディングでは機能しません..だからどうすればいいですか?

4

1 に答える 1

0

私の知る限り、PayPal は INR を受け入れません。ドル (USD) に変更して、フォームを送信します。

于 2012-09-01T19:00:22.783 に答える