woocommerce-paypal-payments/modules.local/ppcp-api-client/module.php
2020-08-31 13:38:54 +03:00

10 lines
188 B
PHP

<?php
declare(strict_types=1);
namespace Inpsyde\PayPalCommerce\ApiClient;
use Dhii\Modular\Module\ModuleInterface;
return function (): ModuleInterface {
return new ApiModule();
};