0
我測試的PayPal定期付款在我的網頁相同的代碼爲我工作在沙箱中,但是當我更改URL,使他們活着,我得到這個錯誤貝寶經常性支付工作在沙箱而不是在現場
Invalid Regular period. You must specify valid values for the A3, P3 and T3 parameters for a subscription.
這是我測試
<form name="frm_payment_method" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="notify_url" value="http://www.domain.com/ipn.php">
<input type="hidden" name="cancel_return" value="http://www.domain.com/cancel.html">
<input type="hidden" name="return" value="http://www.domain.com">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="lc" value="">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="page_style" value="paypal">
<input type="hidden" name="charset" value="utf-8">
<input type="hidden" name="item_name" value="Monthly Subscription">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="src" value="1">
<input type="hidden" name="srt" value="0">
<input type="hidden" name="a1" value="80">
<input type="hidden" name="p1" value="12">
<input type="hidden" name="t1" value="M">
</form>
代碼當我嘗試這沙箱網址它的工作
https://www.sandbox.paypal.com/cgi-bin/webscr
但是,當我讓他們住
https://www.paypal.com/cgi-bin/webscr
我得到這個錯誤
無效的正週期。您必須爲訂閱指定A3,P3和T3參數的有效值。