default name of gateway is 'PayPal'

This commit is contained in:
David Remer 2020-09-03 06:58:47 +03:00
parent 98d9292b2b
commit 7069925a30

View file

@ -310,7 +310,7 @@ class PayPalGateway extends \WC_Payment_Gateway {
if ( $this->is_credit_card_tab() ) {
return __( 'PayPal Card Processing', 'paypal-for-woocommerce' );
}
return __( 'PayPal Checkout', 'paypal-for-woocommerce' );
return __( 'PayPal', 'paypal-for-woocommerce' );
}
/**