File "module.php"

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

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

declare(strict_types=1);

namespace WooCommerce\PayPalCommerce\Googlepay;

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