blathering-barnacles / Bangazon-2

Sprint 2
1 stars 1 forks source link

Ticket #7 - User can add a payment type #59

Closed rjlancaster closed 5 years ago

rjlancaster commented 5 years ago

Description: From the payment options screen, there is now a button to add a new payment option. Clicking the button routes the user to the form to enter payment option details. Saving routes the user back to the payment options screen. Added new URL routes, methods and form to insert a new row into the PaymentType table.

Directions to test: From the User Settings view, click the Add/Delete payment option button. Then from the Payment Options view, click the Add New Payment Option button. Fill out the name and card number, then save. You should see the new payment option on the Payment Option screen as well as the main User Settings screen.

Link: https://github.com/blathering-barnacles/Bangazon-2/issues/7

jessicabarnett8219 commented 5 years ago

👍 great!