woocommerce-paypal-payments/modules/ppcp-api-client/module.php
2026-04-16 09:15:28 +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();
};