mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
add 3d secure link
This commit is contained in:
parent
2996bdbe8b
commit
94bcfaaa34
1 changed files with 4 additions and 2 deletions
|
@ -326,7 +326,6 @@ class SettingsRenderer {
|
|||
</tr>
|
||||
<?php
|
||||
endforeach;
|
||||
|
||||
if ( $is_dcc ) {
|
||||
if ( $this->dcc_applies->for_country_currency() ) {
|
||||
if ( State::STATE_ONBOARDED > $this->state->current_state() ) {
|
||||
|
@ -407,7 +406,10 @@ class SettingsRenderer {
|
|||
%1$sLearn more about 3D Secure.%2$s',
|
||||
'woocommerce-paypal-payments'
|
||||
),
|
||||
'<a href = "#">',
|
||||
'<a
|
||||
rel="noreferrer noopener"
|
||||
href="https://woocommerce.com/posts/introducing-strong-customer-authentication-sca/"
|
||||
>',
|
||||
'</a>'
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue