mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add AXO module
This commit is contained in:
parent
bcbcd4aa94
commit
fc7b8022e8
9 changed files with 194 additions and 0 deletions
14
modules/ppcp-axo/services.php
Normal file
14
modules/ppcp-axo/services.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/**
|
||||
* The Axo module services.
|
||||
*
|
||||
* @package WooCommerce\PayPalCommerce\Axo
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace WooCommerce\PayPalCommerce\Axo;
|
||||
|
||||
return array(
|
||||
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue