我必须Redirect
将买家带到 Paypal 购物车。将它们转发到的 URL 是(为便于阅读而格式化):
https://www.paypal.com/cgi-bin/webscr?cmd=_xclick
&business=email@domain.com
&pal=BGUR9WCWZAL7G
&button_subtype=services
&no_note=1
&no_shipping=1
&rm=1
&return=http://127.0.0.1/store/thank-you
&cancel_return=http://127.0.0.1/store/payment-cancelled
&shipping=0.00
&custom=LoggedInUser|45
¤cy_code=EUR
&item_name_1=Store 9 Item
&amount_1=12.00
&item_name_2=Something else
&amount_2=24.00
出于设计原因,我不能使用 Post 数据。
如果我通过传递&amount=1&item_name=5 Store Items
它作为单个项目它工作正常,但如果可能的话我需要将它分解为单个项目。
这是可行的吗?我看到了这个问题: 通过贝宝支付多个项目(一次)
但它是用于发布,而不是网址