make sure 3d secure text only appears when fully onboarded

This commit is contained in:
David Remer 2020-09-02 12:38:24 +03:00
parent 5428e0b513
commit 3b0a10e756

View file

@ -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>