mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Remove the description for Pay Later tab
This commit is contained in:
parent
7ac7081ddb
commit
55227e6005
1 changed files with 1 additions and 7 deletions
|
@ -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$sPayPal’s 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() ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue