File "module.php"

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

<?php
/**
 * The compatibility module.
 *
 * @package WooCommerce\PayPalCommerce\Compat
 */

declare(strict_types=1);

namespace WooCommerce\PayPalCommerce\Compat;

return static function (): CompatModule {
	return new CompatModule();
};