gpt4 book ai didi

jsp - Paypal不返回实际总金额

转载 作者:太空宇宙 更新时间:2023-11-03 15:48:31 24 4
gpt4 key购买 nike

我使用 paypal 作为支付网关。我将商品添加到我的购物车中,它显示正确的信息,但显示的总金额不是实际总金额。任何人都可以在我的代码中发现错误吗?

提前致谢。

enter image description here

<form name="paypalForm" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="business" value="sumn2u@gmail.com">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="item_name_1" value="Ice Age ">
<input type="hidden" name="quantity_1" value="2">
<input type="hidden" name="amount_1" value="23.95">
<input type="hidden" name="shipping_1" value="1.75">
<input type="hidden" name="return" value="http://localhost:8084/DVDAppp/return.jsp?success=true">
<input name="notify_url" value="http://localhost:8084/DVDAppp/test.jsp" type="hidden">
<input type="hidden" name="cancel_return" value="http://localhost:8084/WebEE/index.jsp">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/x-click-but6.gif" border="0" name="submit" alt="Make payments with PayPal - it" s="" fast,="" free="" and="" secure!'="">
</form>

最佳答案

此代码中的总金额是正确的。至于“notify_url”部分,如果您不在 Live 模型中使用 PayPal IPN 功能并且只是为了测试目的,您可以将任何您喜欢的 URL 用于即时通知。有关 PayPal IPN 的更多信息,您可以引用以下链接。

https://developer.paypal.com/webapps/developer/docs/classic/ipn/integration-guide/IPNIntro/

关于jsp - Paypal不返回实际总金额,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31016349/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com