Skip to content

Commit 263ac2a

Browse files
authored
Merge pull request #218 from mahajanmahesh935/Coupons
TASK #00000 : changed HTTP method
2 parents 1456561 + 33fec60 commit 263ac2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/middleware/apiConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ export const apiList = {
15781578
},
15791579
}),
15801580
'/user/v1/payments/transactions/:id/status/override': createRouteObject({
1581-
post: {
1581+
patch: {
15821582
ROLE_CHECK: rolesGroup.superadmin,
15831583
},
15841584
}),

0 commit comments

Comments
 (0)