は、これは私のマークアップ、それはPayPalにリダイレクトする。これによりペイパル購読ボタンエラー
<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>
ですが、私はサンドボックステストアカウントでログイン時にエラー以下与える電子メール: The link you have used to enter the PayPal system is invalid. Please review the link and try again.
任意のアイデア?
あなたが使用しているビジネス分野のメールは、サンドボックスかリアルですか?テスト目的のために、それはサンドボックスとなるため、 – Waqas
はい。サンドボックスです。 –