Add module boilerplate

This commit is contained in:
Emili Castells Guasch 2023-11-08 12:46:01 +01:00
parent ac7779bc41
commit 1125ca6ad5
14 changed files with 2565 additions and 0 deletions

View 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();