File "module.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-api-client/module.php
File size: 228 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * The api client module.
 *
 * @package WooCommerce\PayPalCommerce\ApiClient
 */

declare(strict_types=1);

namespace WooCommerce\PayPalCommerce\ApiClient;

return function (): ApiModule {
	return new ApiModule();
};