From 9709005bbee25bc9c8fcfc30a2db665e1b7b2bbf Mon Sep 17 00:00:00 2001 From: Nishant Joshi Date: Fri, 24 Jan 2025 12:16:08 +0530 Subject: [PATCH] chore: add strip to network transcation id support --- config/deployments/production.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deployments/production.toml b/config/deployments/production.toml index 3537834fd0..90a3440363 100644 --- a/config/deployments/production.toml +++ b/config/deployments/production.toml @@ -191,7 +191,7 @@ card.credit = { connector_list = "cybersource" } # Update Mandate sup card.debit = { connector_list = "cybersource" } # Update Mandate supported payment method type and connector for card [network_transaction_id_supported_connectors] -connector_list = "adyen" +connector_list = "adyen,stripe" [payouts] payout_eligibility = true # Defaults the eligibility of a payout method to true in case connector does not provide checks for payout eligibility