paypal
paypal copied to clipboard
Issue when providing and empty PaymentSource as in the example
If I pass an empty payment source, as in the docs source := &paypal.PaymentSource{}
I get an error response from paypal as for the /payment_source describing that NO_PAYMENT_SOURCE_PROVIDED
Providing nil for the PaymentSource, works fine.