Arsenal21 / stripe-payments

Stripe Payments Plugin for WordPress
11 stars 8 forks source link

Implement 100% discount coupon support for new API #130

Closed erommel closed 4 years ago

erommel commented 4 years ago

Old API has this implemented by simply not actually processing the payment. New payment popup currently shows "Invalid positive integer" error when trying to process 100% discount payment. So it should be made similar to old API - e.g. not try to actually charge the customer when 100% discount coupon is applied.

erommel commented 4 years ago

This is implemented in version 2.0.19