From b3b71b10c3627868420648e70913a0620dcb3b6e Mon Sep 17 00:00:00 2001 From: Prajjwal Kumar Date: Tue, 30 Jul 2024 15:45:54 +0530 Subject: [PATCH] refactor(configs): include env for cybersource in integration_test (#5474) --- config/deployments/integration_test.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/deployments/integration_test.toml b/config/deployments/integration_test.toml index a498ad3899..39b19fd053 100644 --- a/config/deployments/integration_test.toml +++ b/config/deployments/integration_test.toml @@ -289,6 +289,12 @@ ideal = { country = "NL", currency = "EUR" } klarna = { country = "AU,AT,BE,CA,CZ,DK,FI,FR,DE,GR,IE,IT,NL,NZ,NO,PL,PT,ES,SE,CH,GB,US", currency = "AUD,CAD,CHF,CZK,DKK,EUR,GBP,NOK,NZD,PLN,SEK,USD" } sofort = { country = "AT,BE,DE,IT,NL,ES", currency = "EUR" } +[pm_filters.cybersource] +credit = { currency = "USD" } +debit = { currency = "USD" } +apple_pay = { currency = "USD" } +google_pay = { currency = "USD" } + [pm_filters.volt] open_banking_uk = {country = "DE,GB,AT,BE,CY,EE,ES,FI,FR,GR,HR,IE,IT,LT,LU,LV,MT,NL,PT,SI,SK,BG,CZ,DK,HU,NO,PL,RO,SE,AU,BR", currency = "EUR,GBP,DKK,NOK,PLN,SEK,AUD,BRL"}