openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
20 stars 2 forks source link

✨(backend) catch up on late payment schedule event #840

Closed jonathanreveille closed 4 days ago

jonathanreveille commented 3 weeks ago

Purpose

When the due date has come, the task process_today_installment now verifies if there are previous installments on the order that require a payment. Now, the task will trigger a payment for the installments that are in the past that are not yet paid.

Proposal