mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-10 01:15:45 +08:00
Merge pull request #2967 from woocommerce/fix/PCP-4074
Update paypal_credit setting title and description
This commit is contained in:
commit
5c0d54722e
1 changed files with 2 additions and 2 deletions
|
@ -145,9 +145,9 @@ const paymentMethodsPayPalCheckout = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'paypal_credit',
|
id: 'paypal_credit',
|
||||||
title: __( 'PayPal Credit', 'woocommerce-paypal-payments' ),
|
title: __( 'Pay Later', 'woocommerce-paypal-payments' ),
|
||||||
description: __(
|
description: __(
|
||||||
'Get paid in full at checkout while giving your customers the option to pay interest free if paid within 6 months on orders over $99.',
|
'Get paid in full at checkout while giving your customers the flexibility to pay in installments over time with no late fees.',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
),
|
),
|
||||||
icon: 'payment-method-paypal',
|
icon: 'payment-method-paypal',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue