mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Drop “PayPal’s latest solution” from gateway descriptions.
This commit is contained in:
parent
57d6cf8005
commit
09f145069e
1 changed files with 2 additions and 2 deletions
|
@ -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 PayPal’s latest solution.',
|
||||
'Accept debit and credit cards, and local payment methods.',
|
||||
'woocommerce-paypal-payments'
|
||||
);
|
||||
}
|
||||
|
||||
return __(
|
||||
'Accept PayPal, PayPal Credit and alternative payment types with PayPal’s latest solution.',
|
||||
'Accept PayPal, PayPal Credit and alternative payment types.',
|
||||
'woocommerce-paypal-payments'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue