Drop “PayPal’s latest solution” from gateway descriptions.

This commit is contained in:
Jorge A. Torres 2020-10-15 15:40:14 -03:00
parent 57d6cf8005
commit 09f145069e

View file

@ -284,13 +284,13 @@ class PayPalGateway extends \WC_Payment_Gateway {
private function define_method_description(): string {
if ( $this->is_credit_card_tab() ) {
return __(
'Accept debit and credit cards, and local payment methods with PayPals latest solution.',
'Accept debit and credit cards, and local payment methods.',
'woocommerce-paypal-payments'
);
}
return __(
'Accept PayPal, PayPal Credit and alternative payment types with PayPals latest solution.',
'Accept PayPal, PayPal Credit and alternative payment types.',
'woocommerce-paypal-payments'
);
}