Merge pull request #2511 from woocommerce/PCP-3317-implement-ap-ms-via-orders-api

Implement country based APMs via Orders API (3317)
This commit is contained in:
Emili Castells 2024-08-22 11:52:12 +02:00 committed by GitHub
commit ffc389ebda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 5347 additions and 0 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' );