dualcube / moodle-enrol_stripepayment

Moodle Stripe Payment Collector
16 stars 27 forks source link

100% off coupon does not get redeemed in Stripe #111

Closed jimcrammond closed 1 year ago

jimcrammond commented 1 year ago

In version 3.3.4 when a 100% off coupon is applied the stripepayment_free_enrolsettings function in externallib.php is called. But this function is missing the code to create the customer in Stripe or update the customer with the coupon. As a result the coupon is not redeemed. If you have a coupon with the limited number of redemptions then this is a problem.

I have a patch for this issue: stripepayment-free-enrol.patch