我正在进行Paypal沙盒测试,但我无法做到这一点。 我使用虚拟信用卡号码,但每次我收到错误。 我附上了错误的图像。
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" name="frmPayPal1">
<input type="hidden" name="business" value="abc-facilitator@ratufa.com">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="item_name" value="PHPGang Payment">
<input type="hidden" name="item_number" value="1">
<input type="hidden" name="credits" value="510">
<input type="hidden" name="userid" value="1">
<input type="hidden" name="amount" value="10">
<input type="hidden" name="cpp_header_image" value="http://www.phpgang.com/wp-content/uploads/gang.jpg">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="handling" value="0">
<input type="hidden" name="cancel_return" value="http://localhost/paypal/cancel.php">
<input type="hidden" name="return" value="http://localhost/paypal/success.php">
<input type="image" src="https://www.sandbox.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
我从很多网站尝试了很多虚拟信用卡号码。但没有一个对我有用。
我每次都会收到此错误,或者像
此信用卡与其他一些电子邮件地址相关联。
我也改变了电子邮件地址。 我使用Paypal业务账户,如abc-facilitator@gmail.com
答案 0 :(得分:0)
您需要使用标准的PayPal付款按钮,而不是用于沙盒测试的订阅。这将向您展示该插件的工作方式。