Viewing File: /home/rtsgrob/ww6/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/module.php

<?php

/**
 * The Axo module.
 *
 * @package WooCommerce\PayPalCommerce\Axo
 */
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\Axo;

return static function (): \WooCommerce\PayPalCommerce\Axo\AxoModule {
    return new \WooCommerce\PayPalCommerce\Axo\AxoModule();
};
Back to Directory File Manager