Add GooglePay module

This commit is contained in:
Pedro Silva 2023-08-22 08:44:32 +01:00
parent 0e97af9122
commit e87ab7362c
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
21 changed files with 3137 additions and 17 deletions

View file

@ -0,0 +1,18 @@
<?php
/**
* The Googlepay module extensions.
*
* @package WooCommerce\PayPalCommerce\Googlepay
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\Googlepay;
use WooCommerce\PayPalCommerce\Onboarding\State;
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface;
return array(
// TODO.
);