我的问题是:
我现在要在后台调用paypal接口SetExpressCheckout,碰到如下问题。
现在有凭证 API签名,但是不知道如何设置到NVPCallerServices 里面。现在的代码如下
NVPCallerServices caller = new NVPCallerServices();
系统提示:
Error Type: com.paypal.sdk.exceptions.WarningException
Message: You must first set a profile
请高手帮忙解决,谢谢了