1

I have post variable like this(from firebug)

amount: 10.00
bn: PP-BuyNowBF
business:   payments@mymail.com
cancel_return:  http://localhost/ebin/Spacelance/
cmd:    _xclick-subscriptions
currency_code:  USD
invoice:    50d0317a74ba3
item_name:  suite number
item_number:    1
lc: IND
no_note:    1
no_shipping:    1
notify_url: http://localhost/ebin/Spacelance/
return: http://localhost/ebin/Spacelance/home/paypal_subscripton

in my paypal page the amount is $0.00 USD. whats the problem with this?

4

2 回答 2

0

a3 是用于金额的参数。


a3 - 每次重复计费的金额

p3 - 每次重复之间的时间段数

t3 - 时间段(D=天,W=周,M=月,Y=年)


示例:https ://www.paypal.com/cgi-bin/webscr?cmd=_pdn_subscr_techview_outside

于 2013-01-05T20:24:30.833 回答
0

amount不是 的有效参数_xclick-subscription您可以在https://www.paypalobjects.com/IntegrationCenter/ic_std-variable-ref-subscribe.html
找到正确的订阅参数

于 2013-01-05T12:16:45.117 回答