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 : Save info

tomik-z-cech opened this issue · comments

As a Site User, I can save provided shipping info in order the form being prefilled with next order.

Acceptance Criteria :

Loged In User :
When I navigate to "Secure Checkout" and provide new / different shipping info then I have an option to save the details provided.

Not Loged In User :
Doesn't have that option.

Tasks :

  • Create save info checkbox in checkout.html template
  • Provide saving logic in POST request Checkout view
  • Provide the same info (details, save info option) to Stripe payment intent for webhooks use
  • Test functionality as Loged In User
  • Test functionality as Not Loged In User

Epic :
EPIC 10

This was done in commit 9c34d7d.