Mrekyle / ci-project-5

Code Institute Project 5 - Ecommerce Specialization
0 stars 4 forks source link

BUG: Confirmation emails not being sent #10

Closed Mrekyle closed 8 months ago

Mrekyle commented 10 months ago

Order confirmation emails are not being sent to the user/to the console on completion of an order and a successull payment.

On further debugging this is due to the webhook handler not reveiving a webhook from stripe inside of the development enviroment. When the site is made live and project is being hosted. A new webhook handler key will be implemented and hopefully will solve this issue.

Mrekyle commented 8 months ago

FIXED: Due to the emails backend on django not being set correctly. And the email app password not being correct.