沙盘的PayPal订阅无效。 以下是我的代码
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<!-- Identify the subscription. -->
<input type="hidden" name="item_name" value="Alice's Weekly Digest">
<input type="hidden" name="item_number" value="DIG Weekly">
<!-- Set the terms of the regular subscription. -->
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="a3" value="5.00">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="D">
<input type="hidden" name="notify_url" value="http://example.com/paypal/paypal.php?action=ipn">
<!-- Set recurring payments until canceled. -->
<input type="hidden" name="src" value="1">
当我在我的PayPal帐户办理登机手续时,它正在创建订阅资料并显示下一个付款截止日期,但当天PayPal没有从我的帐户中扣除金额,也没有在通知网址上发送任何IPN。
我在上面的代码中遗漏了什么?