djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

Enable a manager to cancel a balance due #95

Closed smirolo closed 8 years ago

smirolo commented 8 years ago

If a subscriber places an order and the charge is denied, there is a balance due on the account. There should be an API to cancel balance dues that is known impossible to be recovered. The API will create the appropriate Transaction.

smirolo commented 8 years ago

tested.