Skip to content

Commit b205fea

Browse files
Chikke SrujanChikke Srujan
authored andcommitted
remove not supported payout methods for adyen in dashboard
1 parent 7ea233c commit b205fea

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

crates/connector_configs/toml/development.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2655,10 +2655,6 @@ api_key="Api Key"
26552655
payment_method_type = "CartesBancaires"
26562656
[[adyen_payout.debit]]
26572657
payment_method_type = "UnionPay"
2658-
[[adyen_payout.bank_transfer]]
2659-
payment_method_type = "ach"
2660-
[[adyen_payout.bank_transfer]]
2661-
payment_method_type = "bacs"
26622658
[[adyen_payout.bank_transfer]]
26632659
payment_method_type = "sepa"
26642660
[[adyen_payout.wallet]]

crates/connector_configs/toml/sandbox.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2657,10 +2657,6 @@ api_key="Api Key"
26572657
payment_method_type = "CartesBancaires"
26582658
[[adyen_payout.debit]]
26592659
payment_method_type = "UnionPay"
2660-
[[adyen_payout.bank_transfer]]
2661-
payment_method_type = "ach"
2662-
[[adyen_payout.bank_transfer]]
2663-
payment_method_type = "bacs"
26642660
[[adyen_payout.bank_transfer]]
26652661
payment_method_type = "sepa"
26662662
[[adyen_payout.wallet]]

0 commit comments

Comments
 (0)