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

13 lines
187 B
PHP
Raw Normal View History

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