mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Add "No 3DS" option
This commit is contained in:
parent
0553ea62bf
commit
b988e08c66
2 changed files with 10 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue