Add vaulting module

This commit is contained in:
dinamiko 2021-09-16 10:21:31 +02:00
parent dbec1c0e32
commit 08ab8ef404
5 changed files with 105 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<?php
/**
* The vaulting module services.
*
* @package WooCommerce\PayPalCommerce\Vaulting
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\Vaulting;
return array();