mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Add vaulting module
This commit is contained in:
parent
dbec1c0e32
commit
08ab8ef404
5 changed files with 105 additions and 0 deletions
12
modules/ppcp-vaulting/services.php
Normal file
12
modules/ppcp-vaulting/services.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* The vaulting module services.
|
||||
*
|
||||
* @package WooCommerce\PayPalCommerce\Vaulting
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace WooCommerce\PayPalCommerce\Vaulting;
|
||||
|
||||
return array();
|
Loading…
Add table
Add a link
Reference in a new issue