paypal / PayPal-PHP-SDK

PHP SDK for PayPal RESTful APIs
https://developer.paypal.com/docs/api/
Other
27 stars 100 forks source link

100% discount #1356

Open wilokecom opened 4 years ago

wilokecom commented 4 years ago

General information

Issue description

Hi, I'm working on 100% discount code, but I can't use it with PayPal. I added a line item Item and set negative to discount price, but when set 0 to Total, I got Amount cannot be zero

imemohit commented 4 years ago

Hi,

Well, isn't that true? What will PayPal do if there is no transaction about to be made. You will just pay the fees? Maybe you can just make the paypal fee the amount then.

DevJMD commented 4 years ago

You'd need to implement an "Order" as a discount-only order in your code rather than leverage PayPal to process it. There's no need for PayPal in this instance. Just take PayPal out of the equation and you have a 100% discounted order. :-)