mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Not needed, option value is already updated after plugin upgrade
This commit is contained in:
parent
53b017ae31
commit
eb514dd0fe
1 changed files with 0 additions and 4 deletions
|
@ -627,10 +627,6 @@ class SmartButton implements SmartButtonInterface {
|
|||
if ( $this->settings->has( '3d_secure_contingency' ) ) {
|
||||
$value = $this->settings->get( '3d_secure_contingency' );
|
||||
if ( $value ) {
|
||||
if ( '3D_SECURE' === $value ) {
|
||||
$value = 'SCA_ALWAYS';
|
||||
}
|
||||
|
||||
return $value;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue