mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Update paypal_credit setting title and description
This commit is contained in:
parent
ae482c77d1
commit
1b2ddb7079
1 changed files with 2 additions and 2 deletions
|
@ -111,9 +111,9 @@ const paymentMethodsPayPalCheckout = [
|
|||
},
|
||||
{
|
||||
id: 'paypal_credit',
|
||||
title: __( 'PayPal Credit', 'woocommerce-paypal-payments' ),
|
||||
title: __( 'Pay Later', 'woocommerce-paypal-payments' ),
|
||||
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'
|
||||
),
|
||||
icon: 'payment-method-paypal',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue