mospy26 / complete-bookstore

0 stars 0 forks source link

[6] Notification of order processing via EmailService #6

Closed mospy26 closed 4 years ago

mospy26 commented 4 years ago

If the order processing fails for any reason, the customer is notified via email (using the EmailService) that there is a problem with their order and that the purchase order has been cancelled.

mospy26 commented 4 years ago

Already done in the code.

mospy26 commented 4 years ago

Check OrderProvider.cs's SubmitOrder() function that sends an email during any exception!