djaodjin / djaodjin-saas

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

Order confirmation or payment successful instead of and #86

Open smirolo opened 8 years ago

smirolo commented 8 years ago

Currently, a order_executed signal is executed when a user clicks on subscribe from the /cart/ page, then a charge_updated is triggered when the charge is successful. The resulting email notification lead to confusion for some subscribers. order_executed should only be triggered when the charge is not successful.