add api client to main repository

This commit is contained in:
David Remer 2020-08-31 13:38:54 +03:00
parent 7c5638764e
commit f5bb4048cd
100 changed files with 10765 additions and 2 deletions

View file

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