mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Merge pull request #2657 from woocommerce/PCP-3745-fastlane-add-link-to-setup-guide-to-the-fastlane-settings
Fastlane add link to setup guide to the Fastlane settings (3745)
This commit is contained in:
commit
37a36b5fbd
1 changed files with 6 additions and 1 deletions
|
@ -70,7 +70,12 @@ return array(
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'label' => __( 'Enable Fastlane by PayPal', 'woocommerce-paypal-payments' )
|
'label' => __( 'Enable Fastlane by PayPal', 'woocommerce-paypal-payments' )
|
||||||
. '<p class="description">'
|
. '<p class="description">'
|
||||||
. __( 'Help accelerate the checkout process for guests with PayPal\'s autofill solution. When enabled, Fastlane is presented as the default payment method for guests.', 'woocommerce-paypal-payments' )
|
. sprintf(
|
||||||
|
// translators: %1$s and %2$s are the opening and closing of HTML <a> tag.
|
||||||
|
__( 'Help accelerate the checkout process for guests with PayPal\'s autofill solution. When enabled, Fastlane is presented as the default payment method for guests. See the %1$sFastlane setup guide%2$s for more details on the Fastlane configuration.', 'woocommerce-paypal-payments' ),
|
||||||
|
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#fastlane" target="_blank">',
|
||||||
|
'</a>'
|
||||||
|
)
|
||||||
. '</p>',
|
. '</p>',
|
||||||
'default' => 'yes',
|
'default' => 'yes',
|
||||||
'screens' => array( State::STATE_ONBOARDED ),
|
'screens' => array( State::STATE_ONBOARDED ),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue