File "module.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-save-payment-methods/module.php
File size: 293 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The save payment methods module.
*
* @package WooCommerce\PayPalCommerce\SavePaymentMethods
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\SavePaymentMethods;
return static function (): SavePaymentMethodsModule {
return new SavePaymentMethodsModule();
};