woocommerce-paypal-payments/modules/ppcp-paylater-configurator/module.php
2026-03-16 15:59:43 +00:00

13 lines
404 B
PHP

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