woocommerce-paypal-payments/modules/ppcp-paylater-block/module.php
2026-04-16 09:15:28 +00:00

13 lines
355 B
PHP

<?php
/**
* The Pay Later block module.
*
* @package WooCommerce\PayPalCommerce\PayLaterBlock
*/
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\PayLaterBlock;
return static function (): \WooCommerce\PayPalCommerce\PayLaterBlock\PayLaterBlockModule {
return new \WooCommerce\PayPalCommerce\PayLaterBlock\PayLaterBlockModule();
};