mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
make sure 3d secure text only appears when fully onboarded
This commit is contained in:
parent
5428e0b513
commit
3b0a10e756
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ class SettingsRenderer {
|
||||||
<?php
|
<?php
|
||||||
endforeach;
|
endforeach;
|
||||||
|
|
||||||
if ( $is_dcc ) :
|
if ( $is_dcc && State::STATE_ONBOARDED === $this->state->current_state() ) :
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?php esc_html_e( '3D Secure', 'paypal-for-woocommerce' ); ?></th>
|
<th><?php esc_html_e( '3D Secure', 'paypal-for-woocommerce' ); ?></th>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue