Paypal PDT AutoReturn

北战南征 提交于 2019-12-11 17:59:31

问题


I've been successful setting up php + paypal + paypal PDT. It works perfectly. After payment from paypal it auto return to my website and my php script get $_GET['tx'] variable and successfully posting back to paypal for validation.

However, if my buyer don't wait for auto return from the paypal successful payment page, and they click the "Click Here to go back if it don't auto redirect" button to go back my website, I am not getting the $_GET['tx'] variable.

What should I do?


回答1:


After the latest rounds of updates (starting around mid-March 2013) the auto-return does not function and if the user clicks manually on the return link, the $_GET['tx'] is not populated. There does not seem to be any way around this. Apparently all these features were either deprecated or broken on the latest "updgrades" to the PayPal sandbox.



来源:https://stackoverflow.com/questions/9908267/paypal-pdt-autoreturn

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!