這是我的標記貝寶訂閱按鈕錯誤
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick-subscriptions"/>
<input type="hidden" name="business" value="[email protected]"/>
<input type="hidden" name="lc" value="US"/>
<input type="hidden" name="item_name" value="XYZ"/>
<input type="hidden" name="no_note" value="1"/>
<input type="hidden" name="src" value="1"/>
<input type="hidden" name="srt" value="3"/>
<input type="hidden" name="a3" value="10.00"/>
<input type="hidden" name="p3" value="1"/>
<input type="hidden" name="t3" value="M"/>
<input type="hidden" name="currency_code" value="USD"/>
<input type="hidden" name="bn" value="PP-SubscriptionsBF:btn_subscribeCC_LG.gif:NonHostedGuest"/>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"/>
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"/>
</form>
有了這個重定向到PayPal,但是當我用沙盒測試帳戶登錄電子郵件它提供了以下錯誤: The link you have used to enter the PayPal system is invalid. Please review the link and try again.
任何想法?
您正在使用的業務領域的電子郵件是沙箱還是真實?因爲測試目的,它是沙箱; s – Waqas
是的..它是沙箱。 –