私はサンドボックスで次の作業をしています
*オートリターンなしのリターン、PDT なし。
*オートリターンで戻る、PDTで戻る;
※IPNは正常に動作します
私が使用したいのは、PDT なしの Autoreturn ですが、それが設定されている場合、Autoreturn は Get または Post 変数を送信しません。この件に関する他のさまざまな投稿も確認しましたが、rm = 2が設定されています。どんな助けでも大歓迎
$API_Endpoint = "https://api-3t.sandbox.paypal.com/nvp";
$PAYPAL_URL = "https://www.sandbox.paypal.com/cgi-bin/webscr?";
$newpost['business']='xxxxxxxxxx';
$newpost['cancel_return']='http://localhost/cz/subscribe.php';
$newpost['return']='https://www.xxxxxxxx/paypal/success_test.php';
$newpost['cmd']='_donations'; //donation checkout
$newpost['lc']='US';
$newpost['rm']='2';
$newpost['cbt']='Click to Set Subscriber Status';
$newpost['currency_code']='USD';
$newpost['button_subtype']='services';
$newpost['no_note']='1';
$newpost['no_shipping']='2'; //shipping address required
$newpost['tax_rate']='0.000';
$newpost['bn']='xxxxxxxx_BuyNow_WPS_US';
$newpost['amount']=$prod[1];
$newpost['item_name']=' Subscription'; //product name