Skip to content

Commit 8bceb94

Browse files
dgeee13Debarati Ghatak
andauthored
feat(connector): [CYBERSOURCE] add SEK currency for cybersource (#8048)
Co-authored-by: Debarati Ghatak <[email protected]>
1 parent 673cf24 commit 8bceb94

File tree

6 files changed

+36
-36
lines changed

6 files changed

+36
-36
lines changed

config/config.example.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -632,12 +632,12 @@ google_pay = { currency = "USD" }
632632
samsung_pay = { currency = "USD" }
633633

634634
[pm_filters.cybersource]
635-
credit = { currency = "USD,GBP,EUR,PLN" }
636-
debit = { currency = "USD,GBP,EUR,PLN" }
637-
apple_pay = { currency = "USD,GBP,EUR,PLN" }
638-
google_pay = { currency = "USD,GBP,EUR,PLN" }
639-
samsung_pay = { currency = "USD,GBP,EUR" }
640-
paze = { currency = "USD" }
635+
credit = { currency = "USD,GBP,EUR,PLN,SEK" }
636+
debit = { currency = "USD,GBP,EUR,PLN,SEK" }
637+
apple_pay = { currency = "USD,GBP,EUR,PLN,SEK" }
638+
google_pay = { currency = "USD,GBP,EUR,PLN,SEK" }
639+
samsung_pay = { currency = "USD,GBP,EUR,SEK" }
640+
paze = { currency = "USD,SEK" }
641641

642642
[pm_filters.globepay]
643643
ali_pay = { country = "GB",currency = "GBP" }

config/deployments/integration_test.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -452,12 +452,12 @@ multibanco = { country = "PT", currency = "EUR" }
452452
ach = { country = "US", currency = "USD" }
453453

454454
[pm_filters.cybersource]
455-
credit = { currency = "USD,GBP,EUR,PLN" }
456-
debit = { currency = "USD,GBP,EUR,PLN" }
457-
apple_pay = { currency = "USD,GBP,EUR,PLN" }
458-
google_pay = { currency = "USD,GBP,EUR,PLN" }
459-
samsung_pay = { currency = "USD,GBP,EUR" }
460-
paze = { currency = "USD" }
455+
credit = { currency = "USD,GBP,EUR,PLN,SEK" }
456+
debit = { currency = "USD,GBP,EUR,PLN,SEK" }
457+
apple_pay = { currency = "USD,GBP,EUR,PLN,SEK" }
458+
google_pay = { currency = "USD,GBP,EUR,PLN,SEK" }
459+
samsung_pay = { currency = "USD,GBP,EUR,SEK" }
460+
paze = { currency = "USD,SEK" }
461461

462462
[pm_filters.itaubank]
463463
pix = { country = "BR", currency = "BRL" }

config/deployments/production.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -393,12 +393,12 @@ google_pay = { currency = "USD" }
393393
samsung_pay = { currency = "USD" }
394394

395395
[pm_filters.cybersource]
396-
credit = { currency = "USD,GBP,EUR,PLN" }
397-
debit = { currency = "USD,GBP,EUR,PLN" }
398-
apple_pay = { currency = "USD,GBP,EUR,PLN" }
399-
google_pay = { currency = "USD,GBP,EUR,PLN" }
400-
samsung_pay = { currency = "USD,GBP,EUR" }
401-
paze = { currency = "USD" }
396+
credit = { currency = "USD,GBP,EUR,PLN,SEK" }
397+
debit = { currency = "USD,GBP,EUR,PLN,SEK" }
398+
apple_pay = { currency = "USD,GBP,EUR,PLN,SEK" }
399+
google_pay = { currency = "USD,GBP,EUR,PLN,SEK" }
400+
samsung_pay = { currency = "USD,GBP,EUR,SEK" }
401+
paze = { currency = "USD,SEK" }
402402

403403
[pm_filters.itaubank]
404404
pix = { country = "BR", currency = "BRL" }

config/deployments/sandbox.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -402,12 +402,12 @@ google_pay = { currency = "USD" }
402402
samsung_pay = { currency = "USD" }
403403

404404
[pm_filters.cybersource]
405-
credit = { currency = "USD,GBP,EUR,PLN" }
406-
debit = { currency = "USD,GBP,EUR,PLN" }
407-
apple_pay = { currency = "USD,GBP,EUR,PLN" }
408-
google_pay = { currency = "USD,GBP,EUR,PLN" }
409-
samsung_pay = { currency = "USD,GBP,EUR" }
410-
paze = { currency = "USD" }
405+
credit = { currency = "USD,GBP,EUR,PLN,SEK" }
406+
debit = { currency = "USD,GBP,EUR,PLN,SEK" }
407+
apple_pay = { currency = "USD,GBP,EUR,PLN,SEK" }
408+
google_pay = { currency = "USD,GBP,EUR,PLN,SEK" }
409+
samsung_pay = { currency = "USD,GBP,EUR,SEK" }
410+
paze = { currency = "USD,SEK" }
411411

412412
[pm_filters.nexixpay]
413413
credit = { country = "AT,BE,CY,EE,FI,FR,DE,GR,IE,IT,LV,LT,LU,MT,NL,PT,SK,SI,ES,BG,HR,DK,GB,NO,PL,CZ,RO,SE,CH,HU,AU,BR,US", currency = "ARS,AUD,BHD,CAD,CLP,CNY,COP,HRK,CZK,DKK,HKD,HUF,INR,JPY,KZT,JOD,KRW,KWD,MYR,MXN,NGN,NOK,PHP,QAR,RUB,SAR,SGD,VND,ZAR,SEK,CHF,THB,AED,EGP,GBP,USD,TWD,BYN,RSD,AZN,RON,TRY,AOA,BGN,EUR,UAH,PLN,BRL" }

config/development.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -556,12 +556,12 @@ google_pay = { currency = "USD" }
556556
samsung_pay = { currency = "USD" }
557557

558558
[pm_filters.cybersource]
559-
credit = { currency = "USD,GBP,EUR,PLN" }
560-
debit = { currency = "USD,GBP,EUR,PLN" }
561-
apple_pay = { currency = "USD,GBP,EUR,PLN" }
562-
google_pay = { currency = "USD,GBP,EUR,PLN" }
563-
samsung_pay = { currency = "USD,GBP,EUR" }
564-
paze = { currency = "USD" }
559+
credit = { currency = "USD,GBP,EUR,PLN,SEK" }
560+
debit = { currency = "USD,GBP,EUR,PLN,SEK" }
561+
apple_pay = { currency = "USD,GBP,EUR,PLN,SEK" }
562+
google_pay = { currency = "USD,GBP,EUR,PLN,SEK" }
563+
samsung_pay = { currency = "USD,GBP,EUR,SEK" }
564+
paze = { currency = "USD,SEK" }
565565

566566

567567
[pm_filters.globepay]

config/docker_compose.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -569,12 +569,12 @@ google_pay = { currency = "USD" }
569569
samsung_pay = { currency = "USD" }
570570

571571
[pm_filters.cybersource]
572-
credit = { currency = "USD,GBP,EUR,PLN" }
573-
debit = { currency = "USD,GBP,EUR,PLN" }
574-
apple_pay = { currency = "USD,GBP,EUR,PLN" }
575-
google_pay = { currency = "USD,GBP,EUR,PLN" }
576-
samsung_pay = { currency = "USD,GBP,EUR" }
577-
paze = { currency = "USD" }
572+
credit = { currency = "USD,GBP,EUR,PLN,SEK" }
573+
debit = { currency = "USD,GBP,EUR,PLN,SEK" }
574+
apple_pay = { currency = "USD,GBP,EUR,PLN,SEK" }
575+
google_pay = { currency = "USD,GBP,EUR,PLN,SEK" }
576+
samsung_pay = { currency = "USD,GBP,EUR,SEK" }
577+
paze = { currency = "USD,SEK" }
578578

579579
[pm_filters.globepay]
580580
ali_pay = { country = "GB",currency = "GBP,CNY" }

0 commit comments

Comments
 (0)