【发布时间】:2015-03-14 11:18:35
【问题描述】:
对不起我的英语。 我脑子里有很多困惑。
我无法在 php 中测试这一行。
developer.paypal.com/webapps/developer/docs/classic/lifecycle/sb_calls/
curl -s --insecure https//api-3t.sandbox.paypal.com/nvp -d
"USER={YourUserID}
&PWD={YourPassword}
&SIGNATURE={YourSignature}
&METHOD=SetExpressCheckout
&VERSION=98
&PAYMENTREQUEST_0_AMT=10
&PAYMENTREQUEST_0_CURRENCYCODE=USD
&PAYMENTREQUEST_0_PAYMENTACTION=SALE
&cancelUrl=http//www.example.com/cancel.html
&returnUrl=http//www.example.com/success.html"
我正在使用:libcurl。 但我无法进行转换
谢谢
【问题讨论】: