mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Add save payment methods module boilerplate
This commit is contained in:
parent
aa6c87b08d
commit
17b43ca182
13 changed files with 2425 additions and 0 deletions
14
modules/ppcp-save-payment-methods/extensions.php
Normal file
14
modules/ppcp-save-payment-methods/extensions.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/**
|
||||
* The save payment methods module extensions.
|
||||
*
|
||||
* @package WooCommerce\PayPalCommerce\SavePaymentMethods
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace WooCommerce\PayPalCommerce\SavePaymentMethods;
|
||||
|
||||
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface;
|
||||
|
||||
return array();
|
Loading…
Add table
Add a link
Reference in a new issue