woocommerce-paypal-payments/modules/ppcp-axo-block/extensions.php

13 lines
196 B
PHP
Raw Normal View History

2024-09-05 21:17:36 +02:00
<?php
/**
* The Axo Block module extensions.
*
* @package WooCommerce\PayPalCommerce\AxoBlock
*/
2024-09-09 16:00:33 +02:00
declare( strict_types = 1 );
2024-09-05 21:17:36 +02:00
namespace WooCommerce\PayPalCommerce\AxoBlock;
2024-09-09 16:00:33 +02:00
return array();