woocommerce-paypal-payments/src/extensions.php

13 lines
171 B
PHP
Raw Normal View History

2022-02-17 18:18:33 +02:00
<?php
/**
* The plugin module extensions.
*
* @package WooCommerce\PayPalCommerce
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce;
return array();