mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-10 07:59:53 +08:00
phpcs fix
This commit is contained in:
parent
883a5b15bc
commit
5252888721
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,7 @@ return array(
|
||||||
*/
|
*/
|
||||||
return apply_filters(
|
return apply_filters(
|
||||||
'woocommerce_paypal_payments_googlepay_supported_countries',
|
'woocommerce_paypal_payments_googlepay_supported_countries',
|
||||||
|
// phpcs:disable Squiz.Commenting.InlineComment
|
||||||
array(
|
array(
|
||||||
'AU', // Australia
|
'AU', // Australia
|
||||||
'AT', // Austria
|
'AT', // Austria
|
||||||
|
@ -125,6 +126,7 @@ return array(
|
||||||
'US', // United States
|
'US', // United States
|
||||||
'GB', // United Kingdom
|
'GB', // United Kingdom
|
||||||
)
|
)
|
||||||
|
// phpcs:enable Squiz.Commenting.InlineComment
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -137,6 +139,7 @@ return array(
|
||||||
*/
|
*/
|
||||||
return apply_filters(
|
return apply_filters(
|
||||||
'woocommerce_paypal_payments_googlepay_supported_currencies',
|
'woocommerce_paypal_payments_googlepay_supported_currencies',
|
||||||
|
// phpcs:disable Squiz.Commenting.InlineComment
|
||||||
array(
|
array(
|
||||||
'AUD', // Australian Dollar
|
'AUD', // Australian Dollar
|
||||||
'BRL', // Brazilian Real
|
'BRL', // Brazilian Real
|
||||||
|
@ -161,6 +164,7 @@ return array(
|
||||||
'TWD', // New Taiwan Dollar
|
'TWD', // New Taiwan Dollar
|
||||||
'USD', // United States Dollar
|
'USD', // United States Dollar
|
||||||
)
|
)
|
||||||
|
// phpcs:enable Squiz.Commenting.InlineComment
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue