tomik-z-cech / PP5-Ohm-Azing-Components

View massive selection of electronic components at our online store. Find high-quality resistors, capacitors, tools, kits and more. Shop now for all your electronic needs !

Home Page:https://ohmazing-components-1a5a0fcb9e95.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY : Confirmation Email

tomik-z-cech opened this issue · comments

As a Site User, I do get confirmation email in order to know the transaction was sucessfull.

Acceptance Criteria :

When I sucessfully proceed through payment, then I am notified via email about my purchase.

Tasks :

  • Import necessary modules into views.py
  • Create email template
  • Create logic of passing variables into template
  • Create logic of attaching invoice to email
  • Test functionality as logged in User
  • Test functionality as not logged in User

Epic :
EPIC 10

This was done in commit 2b5929a.