mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +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
|
||||
endforeach;
|
||||
|
||||
if ( $is_dcc ) :
|
||||
if ( $is_dcc && State::STATE_ONBOARDED === $this->state->current_state() ) :
|
||||
?>
|
||||
<tr>
|
||||
<th><?php esc_html_e( '3D Secure', 'paypal-for-woocommerce' ); ?></th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue