🔀 Merge branch 'trunk’

This commit is contained in:
Philipp Stracker 2024-08-26 14:54:59 +02:00
commit fa5cbde67e
No known key found for this signature in database
43 changed files with 5389 additions and 5 deletions

View file

@ -92,6 +92,11 @@ class GooglePayGateway extends WC_Payment_Gateway {
) {
$this->id = self::ID;
$this->supports = array(
'refunds',
'products',
);
$this->method_title = __( 'Google Pay (via PayPal) ', 'woocommerce-paypal-payments' );
$this->method_description = __( 'The separate payment gateway with the Google Pay button. If disabled, the button is included in the PayPal gateway.', 'woocommerce-paypal-payments' );