Skip to content

Commit 7b51bf5

Browse files
authored
Merge pull request #4012 from woocommerce/dev/PCP-5710-fix-paylater-note
Update Pay Later description
2 parents 1efcbc7 + 5aabbf8 commit 7b51bf5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

modules/ppcp-settings/src/Data/Definition/FeaturesDefinition.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,6 @@ public function all_available_features(): array {
291291
'class' => 'small-button',
292292
),
293293
),
294-
'notes' => array(
295-
__( '¹PayPal Q2 Earnings-2021.', 'woocommerce-paypal-payments' ),
296-
),
297294
),
298295
self::FEATURE_APPLE_PAY => array(
299296
'title' => __( 'Apple Pay', 'woocommerce-paypal-payments' ),
@@ -343,7 +340,7 @@ public function all_available_features(): array {
343340
self::FEATURE_PAY_LATER_MESSAGING => array(
344341
'title' => __( 'Pay Later Messaging', 'woocommerce-paypal-payments' ),
345342
'description' => __(
346-
'Let customers know they can buy now and pay later with PayPal. Adding this messaging can boost conversion rates and increase cart sizes by 39%¹, with no extra cost to you—plus, you get paid up front.',
343+
'Help grow sales with Pay Later messaging. Let customers know they have flexible payment options as they browse, shop, and check out.',
347344
'woocommerce-paypal-payments'
348345
),
349346
'enabled' => $this->merchant_capabilities[ self::FEATURE_PAY_LATER_MESSAGING ] && ! $save_paypal_and_venmo,

0 commit comments

Comments
 (0)