mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add ACDC availability link
This commit is contained in:
parent
21aa8980d6
commit
ed1c41ec13
1 changed files with 8 additions and 0 deletions
|
@ -538,6 +538,14 @@ $data_rows_html
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
<a href="https://developer.paypal.com/docs/checkout/advanced/currency-availability-advanced-cards/">
|
||||||
|
<?php
|
||||||
|
esc_html_e(
|
||||||
|
'Advanced credit and debit country and currency availability.',
|
||||||
|
'woocommerce-paypal-payments'
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue