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

13 lines
208 B
PHP
Raw Normal View History

2023-12-05 21:32:32 +02:00
<?php
/**
* The Pay Later block module extensions.
*
* @package WooCommerce\PayPalCommerce\PayLaterBlock
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\PayLaterBlock;
return array();