mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
default name of gateway is 'PayPal'
This commit is contained in:
parent
98d9292b2b
commit
7069925a30
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ class PayPalGateway extends \WC_Payment_Gateway {
|
||||||
if ( $this->is_credit_card_tab() ) {
|
if ( $this->is_credit_card_tab() ) {
|
||||||
return __( 'PayPal Card Processing', 'paypal-for-woocommerce' );
|
return __( 'PayPal Card Processing', 'paypal-for-woocommerce' );
|
||||||
}
|
}
|
||||||
return __( 'PayPal Checkout', 'paypal-for-woocommerce' );
|
return __( 'PayPal', 'paypal-for-woocommerce' );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue