mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(router): [Cybersource] add GBP and EUR to the currency config (#5737)
This commit is contained in:
		| @ -520,6 +520,12 @@ debit = { currency = "USD" } | ||||
| 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" } | ||||
|  | ||||
| [pm_filters.stax] | ||||
| credit = { currency = "USD" } | ||||
| debit = { currency = "USD" } | ||||
|  | ||||
| @ -294,10 +294,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" } | ||||
| debit = { currency = "USD" } | ||||
| apple_pay = { currency = "USD" } | ||||
| google_pay = { currency = "USD" } | ||||
| credit = { currency = "USD,GBP,EUR" } | ||||
| debit = { currency = "USD,GBP,EUR" } | ||||
| apple_pay = { currency = "USD,GBP,EUR" } | ||||
| google_pay = { currency = "USD,GBP,EUR" } | ||||
|  | ||||
| [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"} | ||||
|  | ||||
| @ -268,10 +268,10 @@ google_pay = { currency = "USD" } | ||||
|  | ||||
|  | ||||
| [pm_filters.cybersource] | ||||
| credit = { currency = "USD" } | ||||
| debit = { currency = "USD" } | ||||
| apple_pay = { currency = "USD" } | ||||
| google_pay = { currency = "USD" } | ||||
| credit = { currency = "USD,GBP,EUR" } | ||||
| debit = { currency = "USD,GBP,EUR" } | ||||
| apple_pay = { currency = "USD,GBP,EUR" } | ||||
| google_pay = { currency = "USD,GBP,EUR" } | ||||
|  | ||||
| [pm_filters.braintree] | ||||
| paypal.currency = "AUD,BRL,CAD,CNY,CZK,DKK,EUR,HKD,HUF,ILS,JPY,MYR,MXN,TWD,NZD,NOK,PHP,PLN,GBP,RUB,SGD,SEK,CHF,THB,USD" | ||||
|  | ||||
| @ -271,10 +271,10 @@ apple_pay = { currency = "USD" } | ||||
| google_pay = { currency = "USD" } | ||||
|  | ||||
| [pm_filters.cybersource] | ||||
| credit = { currency = "USD" } | ||||
| debit = { currency = "USD" } | ||||
| apple_pay = { currency = "USD" } | ||||
| google_pay = { currency = "USD" } | ||||
| credit = { currency = "USD,GBP,EUR" } | ||||
| debit = { currency = "USD,GBP,EUR" } | ||||
| apple_pay = { currency = "USD,GBP,EUR" } | ||||
| google_pay = { currency = "USD,GBP,EUR" } | ||||
|  | ||||
| [pm_filters.braintree] | ||||
| paypal.currency = "AUD,BRL,CAD,CNY,CZK,DKK,EUR,HKD,HUF,ILS,JPY,MYR,MXN,TWD,NZD,NOK,PHP,PLN,GBP,RUB,SGD,SEK,CHF,THB,USD" | ||||
|  | ||||
| @ -435,10 +435,10 @@ google_pay = { currency = "USD" } | ||||
|  | ||||
|  | ||||
| [pm_filters.cybersource] | ||||
| credit = { currency = "USD" } | ||||
| debit = { currency = "USD" } | ||||
| apple_pay = { currency = "USD" } | ||||
| google_pay = { currency = "USD" } | ||||
| credit = { currency = "USD,GBP,EUR" } | ||||
| debit = { currency = "USD,GBP,EUR" } | ||||
| apple_pay = { currency = "USD,GBP,EUR" } | ||||
| google_pay = { currency = "USD,GBP,EUR" } | ||||
|  | ||||
| [pm_filters.braintree] | ||||
| paypal = { currency = "AUD,BRL,CAD,CNY,CZK,DKK,EUR,HKD,HUF,ILS,JPY,MYR,MXN,TWD,NZD,NOK,PHP,PLN,GBP,RUB,SGD,SEK,CHF,THB,USD" } | ||||
|  | ||||
| @ -401,6 +401,12 @@ debit = { currency = "USD" } | ||||
| 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" } | ||||
|  | ||||
| [pm_filters.helcim] | ||||
| credit = { currency = "USD" } | ||||
| debit = { currency = "USD" } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 AkshayaFoiger
					AkshayaFoiger