任何人都可以幫助我解決這個錯誤。我收到來自PayPal沙箱的無效回覆。PayPal IPN幫助...從沙盒獲取無效響應
我的沙箱帳戶已驗證,IPN在我的帳戶上,我也在我的沙盒帳戶中設置了通知網址。
這裏是我的按鈕代碼
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="My Business">
<input type="hidden" name="item_number" value="10101">
<input type="hidden" name="amount" value="101.35">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-BuyNowBF">
<input type="image" src="http://www.mydomain.com/wp-content/themes/MiniMeCity/images/paypalbutton.jpg" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="return" value="http://www.mydomain.com/payment-confirmation/">
<input type="hidden" name="cancel_return" value="http://www.mydomain.com/">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="notify_url" value="http://www.mydomain.com/paypalipn.php" />
</form>
,這裏是我的IPN代碼: http://codepad.org/Xu0rhDBY
謝謝你這...它解決了我的問題.. – kebyang 2013-04-09 08:02:49