mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Add module boilerplate
This commit is contained in:
parent
c70fb24bdb
commit
7b22040710
6 changed files with 101 additions and 0 deletions
14
modules/ppcp-local-alternative-payment-methods/services.php
Normal file
14
modules/ppcp-local-alternative-payment-methods/services.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/**
|
||||
* The local alternative payment methods module services.
|
||||
*
|
||||
* @package WooCommerce\PayPalCommerce\LocalAlternativePaymentMethods
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace WooCommerce\PayPalCommerce\LocalAlternativePaymentMethods;
|
||||
|
||||
return array(
|
||||
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue