mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +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>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
endforeach;
|
endforeach;
|
||||||
|
|
||||||
if ( $is_dcc ) {
|
if ( $is_dcc ) {
|
||||||
if ( $this->dcc_applies->for_country_currency() ) {
|
if ( $this->dcc_applies->for_country_currency() ) {
|
||||||
if ( State::STATE_ONBOARDED > $this->state->current_state() ) {
|
if ( State::STATE_ONBOARDED > $this->state->current_state() ) {
|
||||||
|
@ -407,7 +406,10 @@ class SettingsRenderer {
|
||||||
%1$sLearn more about 3D Secure.%2$s',
|
%1$sLearn more about 3D Secure.%2$s',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
),
|
),
|
||||||
'<a href = "#">',
|
'<a
|
||||||
|
rel="noreferrer noopener"
|
||||||
|
href="https://woocommerce.com/posts/introducing-strong-customer-authentication-sca/"
|
||||||
|
>',
|
||||||
'</a>'
|
'</a>'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue