woocommerce-paypal-payments/modules/ppcp-api-client/module.php
2026-03-31 12:58:39 +00:00

13 lines
307 B
PHP

<?php
/**
* The api client module.
*
* @package WooCommerce\PayPalCommerce\ApiClient
*/
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\ApiClient;
return function (): \WooCommerce\PayPalCommerce\ApiClient\ApiModule {
return new \WooCommerce\PayPalCommerce\ApiClient\ApiModule();
};