woocommerce-paypal-payments/modules/ppcp-session/extensions.php

13 lines
195 B
PHP
Raw Permalink Normal View History

2020-09-01 10:02:47 +03:00
<?php
/**
* The extensions of the session module.
*
2020-09-11 14:11:10 +03:00
* @package WooCommerce\PayPalCommerce\Session
*/
2020-09-01 10:02:47 +03:00
declare(strict_types=1);
2020-09-11 14:11:10 +03:00
namespace WooCommerce\PayPalCommerce\Session;
2020-09-01 10:02:47 +03:00
return array();