woocommerce-paypal-payments/modules/ppcp-status-report/services.php
2021-10-13 15:02:10 +03:00

16 lines
292 B
PHP

<?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();
},
);