gpt4 book ai didi

java - 用户完成 PayPal 购买后重定向到 Struts 2 操作类

转载 作者:太空宇宙 更新时间:2023-11-03 16:01:18 25 4
gpt4 key购买 nike

我在我的 Struts 2 网络项目中使用 PayPal 沙箱。

我有一个包含 PayPal 表单的 payment-method.jsp:

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">     
<!-- other stuff -->

<input type="hidden" name="return" value="payment">
<input type="hidden" name="cancel_return" value="http://localhost:8080/mysite/payment-method.jsp">

<!-- payment button -->
</form>

我已将 return 值指定为 payment

我已经在我的 struts.xml 中定义了 Action :

<action name="payment" class="com.mypackage.action.PaymentAction">
<result>/transaction-result.jsp</result>
</action>

但它正在返回 PayPal 沙盒主页。

用户在 PayPal 中完成交易后,如何重定向到操作(而​​不是实际页面)?

(顺便说一下,cancel_return 起作用了。)

最佳答案

https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/ProfileAndTools/

首先阅读本文档,并在您的 paypal 帐户的返回 url 中提供您的操作 url。

并将自动返回设置为开。

不,如果你有 live url,你不能在 localhost 上检查,然后在 live 上检查。

关于java - 用户完成 PayPal 购买后重定向到 Struts 2 操作类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27183847/

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