Closed mospy26 closed 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.
Already done in the code.
Check OrderProvider.cs's SubmitOrder() function that sends an email during any exception!
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.