Add "No 3DS" option

This commit is contained in:
Alex P 2021-08-23 12:27:12 +03:00
parent 0553ea62bf
commit b988e08c66
2 changed files with 10 additions and 5 deletions

View file

@ -1840,8 +1840,9 @@ return array(
'default' => 'SCA_WHEN_REQUIRED',
'desc_tip' => false,
'options' => array(
'SCA_WHEN_REQUIRED' => __( 'When required', 'woocommerce-paypal-payments' ),
'3D_SECURE' => __( 'Always', 'woocommerce-paypal-payments' ),
'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' ),
'3D_SECURE' => __( 'Always trigger 3D Secure', 'woocommerce-paypal-payments' ),
),
'screens' => array(
State::STATE_ONBOARDED,