mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Fix filter name
This commit is contained in:
parent
2c5c7a6dff
commit
d470010f7a
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ return array(
|
|||
*/
|
||||
'api.dcc-supported-country-currency-matrix' => static function ( ContainerInterface $container ) : array {
|
||||
$default_currencies = apply_filters(
|
||||
'woocommerce_paypal_payments_supported_country_currency_matrix',
|
||||
'woocommerce_paypal_payments_default_currencies',
|
||||
array(
|
||||
'AUD',
|
||||
'BRL',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue