katebouis / GUI-DB

A sample project using docker-compose with Node and React.JS containers while using a MySQL DBaaS.
GNU General Public License v3.0
0 stars 1 forks source link

3.7 As a purchaser, I want to add money to my balance so I can buy NFTs without entering payment information #47

Open j-kynerd opened 2 years ago

j-kynerd commented 2 years ago

Size: 8

Given a user inputs invalid payment information, when they click add money, their account balance remains the same

Given a user wants to add money, when they click add money, they are taken to a page to submit payment info

Given a user clicks submit on the payment page, their account balance is updated

pmcfarlain commented 2 years ago

If the user has no payment info in the system, a 404 error is returned. Otherwise the money is transferred and their account balance is updated. Not sure how I would go about validating card data so that may be out of scope.

pmcfarlain commented 2 years ago

This is completed on the backend. Waiting for frontend completion.