Closed nedjulius closed 6 months ago
It used to show this after editing the payment method:
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.
PUT
It used to show this after editing the payment method:
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.