Update descriptions

This commit is contained in:
Emili Castells Guasch 2024-08-21 17:47:48 +02:00
parent 2e524b53ea
commit 2c13266e8c
7 changed files with 7 additions and 7 deletions

View file

@ -73,7 +73,7 @@ class BancontactGateway extends WC_Payment_Gateway {
);
$this->method_title = __( 'Bancontact', 'woocommerce-paypal-payments' );
$this->method_description = __( 'Bancontact', 'woocommerce-paypal-payments' );
$this->method_description = __( 'A popular and trusted electronic payment method in Belgium, used by Belgian customers with Bancontact cards issued by local banks. Transactions are processed in EUR.', 'woocommerce-paypal-payments' );
$this->title = $this->get_option( 'title', __( 'Bancontact', 'woocommerce-paypal-payments' ) );
$this->description = $this->get_option( 'description', '' );

View file

@ -73,7 +73,7 @@ class BlikGateway extends WC_Payment_Gateway {
);
$this->method_title = __( 'Blik', 'woocommerce-paypal-payments' );
$this->method_description = __( 'Blik', 'woocommerce-paypal-payments' );
$this->method_description = __( 'A widely used mobile payment method in Poland, allowing Polish customers to pay directly via their banking apps. Transactions are processed in PLN.', 'woocommerce-paypal-payments' );
$this->title = $this->get_option( 'title', __( 'Blik', 'woocommerce-paypal-payments' ) );
$this->description = $this->get_option( 'description', '' );

View file

@ -73,7 +73,7 @@ class EPSGateway extends WC_Payment_Gateway {
);
$this->method_title = __( 'EPS', 'woocommerce-paypal-payments' );
$this->method_description = __( 'EPS', 'woocommerce-paypal-payments' );
$this->method_description = __( 'An online payment method in Austria, enabling Austrian buyers to make secure payments directly through their bank accounts. Transactions are processed in EUR.', 'woocommerce-paypal-payments' );
$this->title = $this->get_option( 'title', __( 'EPS', 'woocommerce-paypal-payments' ) );
$this->description = $this->get_option( 'description', '' );

View file

@ -73,7 +73,7 @@ class IDealGateway extends WC_Payment_Gateway {
);
$this->method_title = __( 'iDeal', 'woocommerce-paypal-payments' );
$this->method_description = __( 'iDeal', 'woocommerce-paypal-payments' );
$this->method_description = __( 'The most common payment method in the Netherlands, allowing Dutch buyers to pay directly through their preferred bank. Transactions are processed in EUR.', 'woocommerce-paypal-payments' );
$this->title = $this->get_option( 'title', __( 'iDeal', 'woocommerce-paypal-payments' ) );
$this->description = $this->get_option( 'description', '' );

View file

@ -73,7 +73,7 @@ class MyBankGateway extends WC_Payment_Gateway {
);
$this->method_title = __( 'MyBank', 'woocommerce-paypal-payments' );
$this->method_description = __( 'MyBank', 'woocommerce-paypal-payments' );
$this->method_description = __( 'A European online banking payment solution primarily used in Italy, enabling customers to make secure bank transfers during checkout. Transactions are processed in EUR.', 'woocommerce-paypal-payments' );
$this->title = $this->get_option( 'title', __( 'MyBank', 'woocommerce-paypal-payments' ) );
$this->description = $this->get_option( 'description', '' );

View file

@ -73,7 +73,7 @@ class P24Gateway extends WC_Payment_Gateway {
);
$this->method_title = __( 'Przelewy24', 'woocommerce-paypal-payments' );
$this->method_description = __( 'Przelewy24', 'woocommerce-paypal-payments' );
$this->method_description = __( 'A popular online payment gateway in Poland, offering various payment options for Polish customers. Transactions can be processed in PLN or EUR.', 'woocommerce-paypal-payments' );
$this->title = $this->get_option( 'title', __( 'Przelewy24', 'woocommerce-paypal-payments' ) );
$this->description = $this->get_option( 'description', '' );

View file

@ -73,7 +73,7 @@ class TrustlyGateway extends WC_Payment_Gateway {
);
$this->method_title = __( 'Trustly', 'woocommerce-paypal-payments' );
$this->method_description = __( 'Trustly', 'woocommerce-paypal-payments' );
$this->method_description = __( 'A European payment method that allows buyers to make payments directly from their bank accounts, suitable for customers across multiple European countries. Supported currencies include EUR, DKK, SEK, GBP, and NOK.', 'woocommerce-paypal-payments' );
$this->title = $this->get_option( 'title', __( 'Trustly', 'woocommerce-paypal-payments' ) );
$this->description = $this->get_option( 'description', '' );