PayPal POST payment VAR在移动结账时不存在

PayPal POST payment VAR在移动结账时不存在,post,mobile,paypal,Post,Mobile,Paypal,我使用JS Buy It Now按钮进行付款,如下所示: <script src="paypal-button.min.js?merchant=qwertyseller@gmail.com" data-env="sandbox" data-button="buynow" data-name="Product" data-amount="1"

我使用JS Buy It Now按钮进行付款,如下所示:

<script src="paypal-button.min.js?merchant=qwertyseller@gmail.com"
                data-env="sandbox"
                data-button="buynow"
                data-name="Product"
                data-amount="1"
                data-currency="GBP"
                data-shipping="0"
                data-tax="0"
                data-callback="http://1.1.1.1/paypal/paypalipn.php"
                data-return="http://1.1.1.1/paypalreturn.php"
                data-cbt="Click here to finish!"
                data-no_note="1"
                data-no_shipping="1"
                data-rm="2">
</script>

当我到达
http://1.1.1.1/paypalreturn.php
在Mobile Safari上,$\u请求为空。也就是说,我没有得到任何与支付相关的表单变量,即使我已将
data rm
设置为2。它可以在桌面浏览器上正常工作。我可以通过将我的UA设置为iPhone的UA来重现这一点。这是虫子吗?请注意,我仍然在沙箱上测试,所以可能它只发生在沙箱上


显然,通过使用自动返回和PDT,我可以获得与发布到我的返回页面相同的信息,我可以使用它吗?

这是paypal沙箱中的一个严重错误。尚未查明现场是否存在。相关问题: