【发布时间】:2014-05-01 22:55:53
【问题描述】:
当我在沙盒测试站点中测试 paypal 按钮时,我不明白为什么会收到这个烦人的错误消息。
检测到错误
由于卖家网站出现问题,PayPal 无法处理此交易。请直接联系卖家解决此问题。
我尝试过使用不同的测试帐户,但得到的结果是一样的。
以下是支付宝按钮的代码:
echo 'form action="https://www.sandbox..../cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="FDN9DZRLVBQRL">
<input type="image" src="https://www.sandbox....scribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.sandbox....i/scr/pixel.gif" width="1" height="1">
</form>';
【问题讨论】: