woocommerce-paypal-payments/modules/ppcp-agentic-commerce/module.php
2025-10-21 10:08:20 +02:00

14 lines
281 B
PHP

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