已成功使用PayPal Express中的PayPal购物车按钮2年。突然间,当我点击“我的商店页面上的任何”购物车按钮时,我感到很害怕“”目前似乎没有工作。请稍后再试。“
我在PayPal Sandbox中尝试了完全相同的交易,并且处理得很好。但是,现在,该事务在“Live PayPal”中绘制了一般错误页面
唯一的区别在于动作网址,商家电子邮件以及返回网址和商店网址:
沙箱行动版本attrbute:
<form id="form107" onsubmit="return CheckForm(this);"
action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_self">`
动作属性的实时版本:
<form id="form107" onsubmit="return CheckForm(this);"
action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_self">
(javascript“CheckForm”函数只检查页面上的数据以确定是否显示或隐藏大小下拉列表)
Sandbox集成网址:
<input name="return" type="hidden" value="http://localhost:52980/Open/Congratulations/107/store">
<input name="shopping_url" type="hidden" value="http://localhost:52980/Store">
“实时”整合网址:
<input name="return" type="hidden" value="http://www.(mydomain).org/Open/Congratulations/107/store">
<input name="shopping_url" type="hidden" value="http://www.(mydomain).org/Store">
该准则已于2018年4月16日开始实施。未作出任何更改。截至2018年4月18日,我们现在点击“购物车”按钮
获取PayPal通用错误页面