Skip to content

Commit 65ca5f1

Browse files
authored
chore: env changes for gocardless mandate (#2485)
1 parent 9c2fff5 commit 65ca5f1

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

config/config.example.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ discord_invite_url = "https://www.example.com/" # Discord invite url for hypersw
346346
card.credit = {connector_list = "stripe,adyen"} # Mandate supported payment method type and connector for card
347347
wallet.paypal = {connector_list = "adyen"} # Mandate supported payment method type and connector for wallets
348348
pay_later.klarna = {connector_list = "adyen"} # Mandate supported payment method type and connector for pay_later
349+
bank_debit.ach = { connector_list = "gocardless"} # Mandate supported payment method type and connector for bank_debit
349350

350351
# Required fields info used while listing the payment_method_data
351352
[required_fields.pay_later] # payment_method = "pay_later"

config/development.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ wallet.apple_pay = { connector_list = "stripe,adyen" }
418418
wallet.paypal = { connector_list = "adyen" }
419419
card.credit = { connector_list = "stripe,adyen,authorizedotnet,globalpay,worldpay,multisafepay,nmi,nexinets,noon" }
420420
card.debit = { connector_list = "stripe,adyen,authorizedotnet,globalpay,worldpay,multisafepay,nmi,nexinets,noon" }
421+
bank_debit.ach = { connector_list = "gocardless"}
421422

422423
[connector_request_reference_id_config]
423424
merchant_ids_send_payment_id_as_connector_request_id = []

config/docker_compose.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ wallet.apple_pay = {connector_list = "stripe,adyen"}
296296
wallet.paypal = {connector_list = "adyen"}
297297
card.credit = {connector_list = "stripe,adyen,authorizedotnet,globalpay,worldpay,multisafepay,nmi,nexinets,noon"}
298298
card.debit = {connector_list = "stripe,adyen,authorizedotnet,globalpay,worldpay,multisafepay,nmi,nexinets,noon"}
299+
bank_debit.ach = { connector_list = "gocardless"}
299300

300301
[connector_customer]
301302
connector_list = "gocardless,stax,stripe"

loadtest/config/development.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,12 @@ payout_eligibility = true
219219

220220
[multiple_api_version_supported_connectors]
221221
supported_connectors = "braintree"
222+
223+
[mandates.supported_payment_methods]
224+
pay_later.klarna = {connector_list = "adyen"}
225+
wallet.google_pay = {connector_list = "stripe,adyen"}
226+
wallet.apple_pay = {connector_list = "stripe,adyen"}
227+
wallet.paypal = {connector_list = "adyen"}
228+
card.credit = {connector_list = "stripe,adyen,authorizedotnet,globalpay,worldpay,multisafepay,nmi,nexinets,noon"}
229+
card.debit = {connector_list = "stripe,adyen,authorizedotnet,globalpay,worldpay,multisafepay,nmi,nexinets,noon"}
230+
bank_debit.ach = { connector_list = "gocardless"}

0 commit comments

Comments
 (0)