CSCI-GA-2820-SP24-003 / payments

NYU DevOps Payments Service Spring 2024
Apache License 2.0
2 stars 2 forks source link

UI for delete #40

Closed hectopascal closed 6 months ago

hectopascal commented 8 months ago

As an admin I need an interface to delete existing payment methods So that I can delete stuff without needing to go into the code

Details and Assumptions

*

Acceptance Criteria

 Given the app with a UI
 When trying to delete a payment method
 Then the method will be deleted properly (no longer be in the database)