CSCI-GA-2820-SP24-003 / payments

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

Fix bug where `undefined` is shown after edit in UI #78

Closed nedjulius closed 6 months ago

nedjulius commented 6 months ago

It used to show this after editing the payment method: image

The issue was that it was passing a payload from the edit modal to the results table row. Now it passes the updated method data that is obtained after PUT request succeeds.