File "services.php"

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

<?php
/**
 * The status report module services.
 *
 * @package WooCommerce\PayPalCommerce\StatusReport
 */

declare(strict_types=1);

namespace WooCommerce\PayPalCommerce\StatusReport;

return array(
	'status-report.renderer' => static function (): Renderer {
		return new Renderer();
	},
);