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
When using the PayPal API, PayPal itself does not have a discount code interface so it must be implemented as part of the front-end before PayPal gets the payment amount. Is there a preferred manner to implement this function within django-payments?
The text was updated successfully, but these errors were encountered:
Personally, I already had these implemented before migrating to django-payments. My Order model handled discounts and the total_price was the subtotal minus discount. So my payment model gets the total minus the discount.
When using the PayPal API, PayPal itself does not have a discount code interface so it must be implemented as part of the front-end before PayPal gets the payment amount. Is there a preferred manner to implement this function within django-payments?
The text was updated successfully, but these errors were encountered: