paypal icon indicating copy to clipboard operation
paypal copied to clipboard

PayPal SDK for Go

Results 1 paypal issues
Sort by recently updated
recently updated
newest added

如题,我收到了来自paypal的邮件,提示如下: ![image](https://user-images.githubusercontent.com/3458134/130455966-f2a8dcc3-d8f3-4d2e-a23a-8e0162697803.png) 服务器在执行 ``` payment, err := client.ExecuteApprovedPayment(req.PaymentID, req.PayerID) if err != nil { return errors.Wrap(err, "") } ``` 时,err是错误: ``` 2021/08/23 18:37:38 : json: cannot unmarshal string into Go...