mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Update filter name
This commit is contained in:
parent
d470010f7a
commit
f9d5df5b75
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 {
|
'api.dcc-supported-country-currency-matrix' => static function ( ContainerInterface $container ) : array {
|
||||||
$default_currencies = apply_filters(
|
$default_currencies = apply_filters(
|
||||||
'woocommerce_paypal_payments_default_currencies',
|
'woocommerce_paypal_payments_supported_currencies',
|
||||||
array(
|
array(
|
||||||
'AUD',
|
'AUD',
|
||||||
'BRL',
|
'BRL',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue