Skip to content

Commit

Permalink
feat(router): [Cybersource] add PLN to the currency config (#6628)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayaFoiger authored Nov 26, 2024
1 parent ea81432 commit 29a0885
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions config/config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -543,10 +543,10 @@ apple_pay = { currency = "USD" }
google_pay = { currency = "USD" }

[pm_filters.cybersource]
credit = { currency = "USD,GBP,EUR" }
debit = { currency = "USD,GBP,EUR" }
apple_pay = { currency = "USD,GBP,EUR" }
google_pay = { currency = "USD,GBP,EUR" }
credit = { currency = "USD,GBP,EUR,PLN" }
debit = { currency = "USD,GBP,EUR,PLN" }
apple_pay = { currency = "USD,GBP,EUR,PLN" }
google_pay = { currency = "USD,GBP,EUR,PLN" }
samsung_pay = { currency = "USD,GBP,EUR" }
paze = { currency = "USD" }

Expand Down
8 changes: 4 additions & 4 deletions config/deployments/integration_test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,10 @@ klarna = { country = "AU,AT,BE,CA,CZ,DK,FI,FR,DE,GR,IE,IT,NL,NZ,NO,PL,PT,ES,SE,C
sofort = { country = "AT,BE,DE,IT,NL,ES", currency = "EUR" }

[pm_filters.cybersource]
credit = { currency = "USD,GBP,EUR" }
debit = { currency = "USD,GBP,EUR" }
apple_pay = { currency = "USD,GBP,EUR" }
google_pay = { currency = "USD,GBP,EUR" }
credit = { currency = "USD,GBP,EUR,PLN" }
debit = { currency = "USD,GBP,EUR,PLN" }
apple_pay = { currency = "USD,GBP,EUR,PLN" }
google_pay = { currency = "USD,GBP,EUR,PLN" }
samsung_pay = { currency = "USD,GBP,EUR" }
paze = { currency = "USD" }

Expand Down
8 changes: 4 additions & 4 deletions config/deployments/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@ google_pay = { currency = "USD" }


[pm_filters.cybersource]
credit = { currency = "USD,GBP,EUR" }
debit = { currency = "USD,GBP,EUR" }
apple_pay = { currency = "USD,GBP,EUR" }
google_pay = { currency = "USD,GBP,EUR" }
credit = { currency = "USD,GBP,EUR,PLN" }
debit = { currency = "USD,GBP,EUR,PLN" }
apple_pay = { currency = "USD,GBP,EUR,PLN" }
google_pay = { currency = "USD,GBP,EUR,PLN" }
samsung_pay = { currency = "USD,GBP,EUR" }
paze = { currency = "USD" }

Expand Down
8 changes: 4 additions & 4 deletions config/deployments/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@ apple_pay = { currency = "USD" }
google_pay = { currency = "USD" }

[pm_filters.cybersource]
credit = { currency = "USD,GBP,EUR" }
debit = { currency = "USD,GBP,EUR" }
apple_pay = { currency = "USD,GBP,EUR" }
google_pay = { currency = "USD,GBP,EUR" }
credit = { currency = "USD,GBP,EUR,PLN" }
debit = { currency = "USD,GBP,EUR,PLN" }
apple_pay = { currency = "USD,GBP,EUR,PLN" }
google_pay = { currency = "USD,GBP,EUR,PLN" }
samsung_pay = { currency = "USD,GBP,EUR" }
paze = { currency = "USD" }

Expand Down
8 changes: 4 additions & 4 deletions config/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -461,10 +461,10 @@ google_pay = { currency = "USD" }


[pm_filters.cybersource]
credit = { currency = "USD,GBP,EUR" }
debit = { currency = "USD,GBP,EUR" }
apple_pay = { currency = "USD,GBP,EUR" }
google_pay = { currency = "USD,GBP,EUR" }
credit = { currency = "USD,GBP,EUR,PLN" }
debit = { currency = "USD,GBP,EUR,PLN" }
apple_pay = { currency = "USD,GBP,EUR,PLN" }
google_pay = { currency = "USD,GBP,EUR,PLN" }
samsung_pay = { currency = "USD,GBP,EUR" }
paze = { currency = "USD" }

Expand Down
8 changes: 4 additions & 4 deletions config/docker_compose.toml
Original file line number Diff line number Diff line change
Expand Up @@ -462,10 +462,10 @@ apple_pay = { currency = "USD" }
google_pay = { currency = "USD" }

[pm_filters.cybersource]
credit = { currency = "USD,GBP,EUR" }
debit = { currency = "USD,GBP,EUR" }
apple_pay = { currency = "USD,GBP,EUR" }
google_pay = { currency = "USD,GBP,EUR" }
credit = { currency = "USD,GBP,EUR,PLN" }
debit = { currency = "USD,GBP,EUR,PLN" }
apple_pay = { currency = "USD,GBP,EUR,PLN" }
google_pay = { currency = "USD,GBP,EUR,PLN" }
samsung_pay = { currency = "USD,GBP,EUR" }
paze = { currency = "USD" }

Expand Down

0 comments on commit 29a0885

Please sign in to comment.