woocommerce-paypal-payments/modules/ppcp-api-client/module.php
2026-05-21 13:22:12 +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();
};