paypal icon indicating copy to clipboard operation
paypal copied to clipboard

Issue when providing and empty PaymentSource as in the example

Open buffos opened this issue 1 year ago • 0 comments

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.

buffos avatar Oct 23 '24 20:10 buffos