From 03bf0c45994b943be94821bf8b9627939d0b161b Mon Sep 17 00:00:00 2001 From: "PiX@work" <69745008+pixincreate@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:52:06 +0530 Subject: [PATCH] Update envs cybersource --- config/deployments/integration_test.toml | 4 ++-- config/deployments/production.toml | 8 ++++---- config/deployments/sandbox.toml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) 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]