proversity-org / ecommerce

Django application used to manage edX's product catalog and handle orders for those products.
GNU Affero General Public License v3.0
0 stars 1 forks source link

Send email confirmation of seat purchases #16

Closed ryangadams closed 5 years ago

ryangadams commented 5 years ago

The “credit provider receipt” email is the edX default, and previously meant that no other emails would be sent.

This commit will try to send an email, but needs an email template to be provided - which will come in another commit.