Merge pull request #2967 from woocommerce/fix/PCP-4074

Update paypal_credit setting title and description
This commit is contained in:
Niklas Gutberlet 2025-01-10 11:27:36 +01:00 committed by GitHub
commit 5c0d54722e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,9 +145,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',