Remove the description for Pay Later tab

This commit is contained in:
Narek Zakarian 2024-02-22 18:17:06 +04:00
parent 7ac7081ddb
commit 55227e6005
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -396,13 +396,7 @@ class PayPalGateway extends \WC_Payment_Gateway {
}
if ( $this->is_pay_later_tab() ) {
return sprintf(
// translators: %1$s is </ br> HTML tag and %2$s, %3$s are the opening and closing of HTML <i> tag.
__( 'Let customers pay over time while you get paid up front — at no additional cost.%1$sPayPals pay later options are boosting merchant conversion rates and increasing cart sizes by 39%%. %2$s(PayPal Q2 Earnings-2021.)%3$s', 'woocommerce-paypal-payments' ),
'</ br>',
'<i>',
'</ i>'
);
return '';
}
if ( is_admin() ) {