【发布时间】:2014-05-02 03:39:52
【问题描述】:
我正在尝试将amount 添加到我当前的 PayPal Buy Now 表单中,但它没有显示金额。我缺少输入字段的顺序吗?
<form class="right" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<input type="hidden" name="cmd" value="_s-xclick"/>
<input type="hidden" name="item_name" value="${sessionScope.paypalDescription}"/>
<input type="hidden" name="hosted_button_id" value="YNRM27K9B4JGW"/>
<input type="hidden" name="return" value="http://www.keeboi-gwapo.com/thankyou.d0"/>
<input type="hidden" name="amount" value="500.00" />
<input type="hidden" name="currency_code" value="USD"/>
<input type="image" src="https://www.sandbox.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"/>
<img alt="" border="0" src="https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/>
</form>
非常感谢。
【问题讨论】:
标签: paypal