chatty-clownfish / bangazon-sprint-2

1 stars 0 forks source link

User can delete a payment type #9

Open kimberly-bird opened 5 years ago

kimberly-bird commented 5 years ago

Given the user is authenticated When the user performs a gesture on the My Settings hyperlink in the navigation bar And the user clicks on Payment Options And the user clicks on the Delete hyperlink next to a payment type Then the payment option will get deleted

Python students only, here's a tip: https://github.com/makinacorpus/django-safedelete/blob/master/safedelete/models.py

CosignMyCodesign commented 5 years ago

Safe Delete!

CosignMyCodesign commented 5 years ago

Settings are the same as profile in the previous ticket #7