mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Add module boilerplate
This commit is contained in:
parent
ac7779bc41
commit
1125ca6ad5
14 changed files with 2565 additions and 0 deletions
12
modules/ppcp-card-fields/extensions.php
Normal file
12
modules/ppcp-card-fields/extensions.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* The Card Fields module extensions.
|
||||
*
|
||||
* @package WooCommerce\PayPalCommerce\CardFields
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace WooCommerce\PayPalCommerce\CardFields;
|
||||
|
||||
return array();
|
Loading…
Add table
Add a link
Reference in a new issue