Add currencies

This commit is contained in:
carmenmaymo 2023-09-19 08:23:23 +02:00
parent 48781a9284
commit 18216c8fea
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E

View file

@ -106,7 +106,7 @@ return array(
'woocommerce_paypal_payments_applepay_supported_country_currency_matrix',
array(
'US' => array(
'USD',
'AUD', 'CAD', 'EUR', 'GBP', 'JPY', 'USD'
),
)
);