mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
add HKD and SGD to Google and Apple Pay
This commit is contained in:
parent
f3b47d811b
commit
90a09e71ad
2 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,7 @@ return array(
|
|||
'CZK', // Czech Koruna
|
||||
'DKK', // Danish Krone
|
||||
'EUR', // Euro
|
||||
'HKD', // Hong Kong Dollar
|
||||
'GBP', // British Pound Sterling
|
||||
'HUF', // Hungarian Forint
|
||||
'ILS', // Israeli New Shekel
|
||||
|
@ -159,6 +160,7 @@ return array(
|
|||
'NZD', // New Zealand Dollar
|
||||
'PHP', // Philippine Peso
|
||||
'PLN', // Polish Zloty
|
||||
'SGD', // Singapur-Dollar
|
||||
'SEK', // Swedish Krona
|
||||
'THB', // Thai Baht
|
||||
'TWD', // New Taiwan Dollar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue