Add filters to change allowed ACDC countries

This commit is contained in:
Narek Zakarian 2022-02-09 18:45:25 +04:00
parent b63827d79d
commit 533d521395
2 changed files with 185 additions and 179 deletions

View file

@ -1919,7 +1919,7 @@ return array(
'options' => array(
'NO_3D_SECURE' => __( 'No 3D Secure (transaction will be denied if 3D Secure is required)', 'woocommerce-paypal-payments' ),
'SCA_WHEN_REQUIRED' => __( '3D Secure when required', 'woocommerce-paypal-payments' ),
'SCA_ALWAYS' => __( 'Always trigger 3D Secure', 'woocommerce-paypal-payments' ),
'SCA_ALWAYS' => __( 'Always trigger 3D Secure', 'woocommerce-paypal-payments' ),
),
'screens' => array(
State::STATE_ONBOARDED,