diff --git a/config/deployments/integration_test.toml b/config/deployments/integration_test.toml index d94a7de339db..e8739cc91bc3 100644 --- a/config/deployments/integration_test.toml +++ b/config/deployments/integration_test.toml @@ -120,8 +120,8 @@ bank_debit.sepa.connector_list = "gocardless" card.credit.connector_list = "stripe,adyen,authorizedotnet,cybersource,globalpay,worldpay,multisafepay,nmi,nexinets,noon" card.debit.connector_list = "stripe,adyen,authorizedotnet,cybersource,globalpay,worldpay,multisafepay,nmi,nexinets,noon" pay_later.klarna.connector_list = "adyen" -wallet.apple_pay.connector_list = "stripe,adyen" -wallet.google_pay.connector_list = "stripe,adyen" +wallet.apple_pay.connector_list = "stripe,adyen,cybersource" +wallet.google_pay.connector_list = "stripe,adyen,cybersource" wallet.paypal.connector_list = "adyen" [multiple_api_version_supported_connectors] diff --git a/config/deployments/production.toml b/config/deployments/production.toml index 4b27a9f31126..fae064a62a68 100644 --- a/config/deployments/production.toml +++ b/config/deployments/production.toml @@ -114,11 +114,11 @@ enabled = false bank_debit.ach.connector_list = "gocardless" bank_debit.becs.connector_list = "gocardless" bank_debit.sepa.connector_list = "gocardless" -card.credit.connector_list = "stripe,adyen,authorizedotnet,globalpay,worldpay,multisafepay,nmi,nexinets,noon" -card.debit.connector_list = "stripe,adyen,authorizedotnet,globalpay,worldpay,multisafepay,nmi,nexinets,noon" +card.credit.connector_list = "stripe,adyen,authorizedotnet,cybersource,globalpay,worldpay,multisafepay,nmi,nexinets,noon" +card.debit.connector_list = "stripe,adyen,authorizedotnet,cybersource,globalpay,worldpay,multisafepay,nmi,nexinets,noon" pay_later.klarna.connector_list = "adyen" -wallet.apple_pay.connector_list = "stripe,adyen" -wallet.google_pay.connector_list = "stripe,adyen" +wallet.apple_pay.connector_list = "stripe,adyen,cybersource" +wallet.google_pay.connector_list = "stripe,adyen,cybersource" wallet.paypal.connector_list = "adyen" [multiple_api_version_supported_connectors] diff --git a/config/deployments/sandbox.toml b/config/deployments/sandbox.toml index e86a11bd840e..85bcdcfe7f72 100644 --- a/config/deployments/sandbox.toml +++ b/config/deployments/sandbox.toml @@ -117,8 +117,8 @@ bank_debit.sepa.connector_list = "gocardless" card.credit.connector_list = "stripe,adyen,authorizedotnet,cybersource,globalpay,worldpay,multisafepay,nmi,nexinets,noon" card.debit.connector_list = "stripe,adyen,authorizedotnet,cybersource,globalpay,worldpay,multisafepay,nmi,nexinets,noon" pay_later.klarna.connector_list = "adyen" -wallet.apple_pay.connector_list = "stripe,adyen" -wallet.google_pay.connector_list = "stripe,adyen" +wallet.apple_pay.connector_list = "stripe,adyen,cybersource" +wallet.google_pay.connector_list = "stripe,adyen,cybersource" wallet.paypal.connector_list = "adyen" [multiple_api_version_supported_connectors]