woocommerce-paypal-payments/modules/ppcp-paylater-wc-blocks/module.php

15 lines
293 B
PHP
Raw Normal View History

<?php
/**
* The Pay Later WooCommerce Blocks module.
*
* @package WooCommerce\PayPalCommerce\PayLaterWCBlocks
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\PayLaterWCBlocks;
2024-08-23 15:46:32 +02:00
return static function (): PayLaterWCBlocksModule {
return new PayLaterWCBlocksModule();
};