File "module.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-order-tracking/module.php
File size: 267 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The order tracking module.
*
* @package WooCommerce\PayPalCommerce\OrderTracking
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\OrderTracking;
return static function (): OrderTrackingModule {
return new OrderTrackingModule();
};