Open j-kynerd opened 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.
This is completed on the backend. Waiting for frontend completion.
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