woocommerce-paypal-payments/modules/ppcp-sepa/module.php
2024-11-27 14:42:12 +01:00

14 lines
221 B
PHP

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