mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
some wording
This commit is contained in:
parent
cc5b88f79d
commit
44c2acb0f6
2 changed files with 4 additions and 4 deletions
|
@ -116,9 +116,9 @@ class PayPalGateway extends \WC_Payment_Gateway {
|
|||
);
|
||||
}
|
||||
|
||||
$this->method_title = __( 'PayPal', 'paypal-for-woocommerce' );
|
||||
$this->method_title = __( 'PayPal Checkout', 'paypal-for-woocommerce' );
|
||||
$this->method_description = __(
|
||||
'Provide your customers with the PayPal payment option.',
|
||||
'Accept PayPal, PayPal Credit and alternative payment types with PayPal’s latest solution.',
|
||||
'paypal-for-woocommerce'
|
||||
);
|
||||
$this->title = $this->config->has( 'title' ) ?
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
declare( strict_types = 1 );
|
||||
|
||||
/**
|
||||
* Plugin Name: WooCommerce PayPal Commerce Gateway
|
||||
* Plugin Name: PayPal for Woocommerce
|
||||
* Plugin URI: TODO
|
||||
* Description: PayPal Commerce Platform for WooCommerce
|
||||
* Description: PayPal's latest complete payments processing solution. Accept PayPal. PayPal Credit, credit/debit cards, alternative digital wallets local payment types and bank accounts. Turn on only PayPal options or process a full suite of payment methods. Enable global transaction with extensive currency and country coverage.
|
||||
* Version: dev-master
|
||||
* Author: Inpsyde GmbH
|
||||
* Author URI: https://inpsyde.com/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue