You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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. :-)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
General information
PayPal-Debug-ID
values: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
The text was updated successfully, but these errors were encountered: