Skip to content

Commit cbb1556

Browse files
committed
refactor: improve Apple Pay / Google Pay naming
- Changed method_title from 'MONEI - Apple/Google' to 'MONEI - Apple Pay / Google Pay' - Removed redundant 'Powered by MONEI.' from method_description - Description now reads: 'Pay with Apple Pay or Google Pay.'
1 parent a78995b commit cbb1556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Gateways/PaymentMethods/WCGatewayMoneiAppleGoogle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public function __construct(
5959
) {
6060
parent::__construct( $paymentMethodsService, $templateManager, $apiKeyService, $moneiPaymentServices );
6161
$this->id = 'monei_apple_google';
62-
$this->method_title = __( 'MONEI - Apple/Google', 'monei' );
63-
$this->method_description = __( 'Pay with Apple Pay or Google Pay. Powered by MONEI.', 'monei' );
62+
$this->method_title = __( 'MONEI - Apple Pay / Google Pay', 'monei' );
63+
$this->method_description = __( 'Pay with Apple Pay or Google Pay.', 'monei' );
6464
$hide_title = ( ! empty( $this->get_option( 'hide_title' ) && 'yes' === $this->get_option( 'hide_title' ) ) ) ? true : false;
6565
$default_title = __( 'Apple Pay / Google Pay', 'monei' );
6666
$saved_title = $this->get_option( 'title' );

0 commit comments

Comments
 (0)