Add create payment token for credit card (work in progress)

This commit is contained in:
dinamiko 2021-05-17 11:00:57 +02:00
parent da4388c507
commit 1783467af4
5 changed files with 157 additions and 3 deletions

View file

@ -635,8 +635,9 @@ return array(
'title' => __( 'Vaulting', 'woocommerce-paypal-payments' ),
'type' => 'checkbox',
'desc_tip' => true,
'label' => sprintf(
__('To use vaulting features, you must %1$senable vaulting on your account%2$s.', 'woocommerce-paypal-payments'),
'label' => sprintf(
// translators: %1$s and %2$s are the opening and closing href link tags.
__( 'To use vaulting features, you must %1$senable vaulting on your account%2$s.', 'woocommerce-paypal-payments' ),
'<a
href="https://docs.woocommerce.com/document/woocommerce-paypal-payments/#enable-vaulting-on-your-live-account"
target="_blank"