woocommerce-paypal-payments/modules/ppcp-paylater-configurator/module.php

15 lines
303 B
PHP
Raw Normal View History

2023-12-21 09:55:57 +02:00
<?php
/**
* The Pay Later configurator module.
*
* @package WooCommerce\PayPalCommerce\PayLaterConfigurator
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\PayLaterConfigurator;
return static function (): PayLaterConfiguratorModule {
2023-12-21 09:55:57 +02:00
return new PayLaterConfiguratorModule();
};