mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add GooglePay module
This commit is contained in:
parent
0e97af9122
commit
e87ab7362c
21 changed files with 3137 additions and 17 deletions
18
modules/ppcp-googlepay/extensions.php
Normal file
18
modules/ppcp-googlepay/extensions.php
Normal 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.
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue