diff --git a/modules/ppcp-local-alternative-payment-methods/src/BancontactGateway.php b/modules/ppcp-local-alternative-payment-methods/src/BancontactGateway.php index 8b89ba8fd..54204d12d 100644 --- a/modules/ppcp-local-alternative-payment-methods/src/BancontactGateway.php +++ b/modules/ppcp-local-alternative-payment-methods/src/BancontactGateway.php @@ -73,7 +73,7 @@ class BancontactGateway extends WC_Payment_Gateway { 'products', ); - $this->method_title = __( 'Bancontact', 'woocommerce-paypal-payments' ); + $this->method_title = __( 'Bancontact (via PayPal)', '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' ) ); diff --git a/modules/ppcp-local-alternative-payment-methods/src/BlikGateway.php b/modules/ppcp-local-alternative-payment-methods/src/BlikGateway.php index c8cba7ca5..1538f3f83 100644 --- a/modules/ppcp-local-alternative-payment-methods/src/BlikGateway.php +++ b/modules/ppcp-local-alternative-payment-methods/src/BlikGateway.php @@ -73,7 +73,7 @@ class BlikGateway extends WC_Payment_Gateway { 'products', ); - $this->method_title = __( 'Blik', 'woocommerce-paypal-payments' ); + $this->method_title = __( 'Blik (via PayPal)', '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' ) ); diff --git a/modules/ppcp-local-alternative-payment-methods/src/EPSGateway.php b/modules/ppcp-local-alternative-payment-methods/src/EPSGateway.php index 220e3bef7..a52674130 100644 --- a/modules/ppcp-local-alternative-payment-methods/src/EPSGateway.php +++ b/modules/ppcp-local-alternative-payment-methods/src/EPSGateway.php @@ -73,7 +73,7 @@ class EPSGateway extends WC_Payment_Gateway { 'products', ); - $this->method_title = __( 'EPS', 'woocommerce-paypal-payments' ); + $this->method_title = __( 'EPS (via PayPal)', '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' ) ); diff --git a/modules/ppcp-local-alternative-payment-methods/src/IDealGateway.php b/modules/ppcp-local-alternative-payment-methods/src/IDealGateway.php index 5660a64a8..b799527a5 100644 --- a/modules/ppcp-local-alternative-payment-methods/src/IDealGateway.php +++ b/modules/ppcp-local-alternative-payment-methods/src/IDealGateway.php @@ -73,7 +73,7 @@ class IDealGateway extends WC_Payment_Gateway { 'products', ); - $this->method_title = __( 'iDeal', 'woocommerce-paypal-payments' ); + $this->method_title = __( 'iDeal (via PayPal)', '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' ) ); diff --git a/modules/ppcp-local-alternative-payment-methods/src/MultibancoGateway.php b/modules/ppcp-local-alternative-payment-methods/src/MultibancoGateway.php index a1c11dfe2..264e208a4 100644 --- a/modules/ppcp-local-alternative-payment-methods/src/MultibancoGateway.php +++ b/modules/ppcp-local-alternative-payment-methods/src/MultibancoGateway.php @@ -18,7 +18,7 @@ use WooCommerce\PayPalCommerce\WcGateway\Gateway\TransactionUrlProvider; use WooCommerce\PayPalCommerce\WcGateway\Processor\RefundProcessor; /** - * Class BancontactGateway + * Class MultibancoGateway */ class MultibancoGateway extends WC_Payment_Gateway { @@ -73,13 +73,13 @@ class MultibancoGateway extends WC_Payment_Gateway { 'products', ); - $this->method_title = __( 'Multibanco', 'woocommerce-paypal-payments' ); - $this->method_description = __( 'A popular and trusted electronic payment method in Belgium, used by Belgian customers with Multibanco cards issued by local banks. Transactions are processed in EUR.', 'woocommerce-paypal-payments' ); + $this->method_title = __( 'Multibanco (via PayPal)', 'woocommerce-paypal-payments' ); + $this->method_description = __( 'An online payment method in Portugal, enabling Portuguese buyers to make secure payments directly through their bank accounts. Transactions are processed in EUR.', 'woocommerce-paypal-payments' ); $this->title = $this->get_option( 'title', __( 'Multibanco', 'woocommerce-paypal-payments' ) ); $this->description = $this->get_option( 'description', '' ); - $this->icon = esc_url( 'https://www.paypalobjects.com/images/checkout/alternative_payments/paypal_bancontact_color.svg' ); + $this->icon = esc_url( 'https://www.paypalobjects.com/images/checkout/alternative_payments/paypal_multibanco_color.svg' ); $this->init_form_fields(); $this->init_settings(); diff --git a/modules/ppcp-local-alternative-payment-methods/src/MyBankGateway.php b/modules/ppcp-local-alternative-payment-methods/src/MyBankGateway.php index d7296e5ce..710e4d5b8 100644 --- a/modules/ppcp-local-alternative-payment-methods/src/MyBankGateway.php +++ b/modules/ppcp-local-alternative-payment-methods/src/MyBankGateway.php @@ -73,7 +73,7 @@ class MyBankGateway extends WC_Payment_Gateway { 'products', ); - $this->method_title = __( 'MyBank', 'woocommerce-paypal-payments' ); + $this->method_title = __( 'MyBank (via PayPal)', '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' ) ); diff --git a/modules/ppcp-local-alternative-payment-methods/src/P24Gateway.php b/modules/ppcp-local-alternative-payment-methods/src/P24Gateway.php index 0d79dd862..65151c31f 100644 --- a/modules/ppcp-local-alternative-payment-methods/src/P24Gateway.php +++ b/modules/ppcp-local-alternative-payment-methods/src/P24Gateway.php @@ -73,7 +73,7 @@ class P24Gateway extends WC_Payment_Gateway { 'products', ); - $this->method_title = __( 'Przelewy24', 'woocommerce-paypal-payments' ); + $this->method_title = __( 'Przelewy24 (via PayPal)', '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' ) ); diff --git a/modules/ppcp-local-alternative-payment-methods/src/TrustlyGateway.php b/modules/ppcp-local-alternative-payment-methods/src/TrustlyGateway.php index 96a018166..0bc4e7e19 100644 --- a/modules/ppcp-local-alternative-payment-methods/src/TrustlyGateway.php +++ b/modules/ppcp-local-alternative-payment-methods/src/TrustlyGateway.php @@ -73,7 +73,7 @@ class TrustlyGateway extends WC_Payment_Gateway { 'products', ); - $this->method_title = __( 'Trustly', 'woocommerce-paypal-payments' ); + $this->method_title = __( 'Trustly (via PayPal)', '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' ) );