Skip to content

Commit

Permalink
chore(cypress): payout - fix test cases for adyenplatform bank
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif-m committed Dec 19, 2024
1 parent 4bc88a7 commit e0ebdf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress-tests/cypress/e2e/PayoutUtils/AdyenPlatform.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const connectorDetails = {
Response: {
status: 200,
body: {
status: "success",
status: "initiated",
payout_type: "bank",
},
},
Expand Down Expand Up @@ -101,7 +101,7 @@ export const connectorDetails = {
Response: {
status: 200,
body: {
status: "success",
status: "initiated",
payout_type: "bank",
},
},
Expand Down

0 comments on commit e0ebdf0

Please sign in to comment.