mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
13 lines
227 B
PHP
13 lines
227 B
PHP
|
<?php
|
||
|
/**
|
||
|
* The Pay Later WooCommerce Blocks module extensions.
|
||
|
*
|
||
|
* @package WooCommerce\PayPalCommerce\PayLaterWCBlocks
|
||
|
*/
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
namespace WooCommerce\PayPalCommerce\PayLaterWCBlocks;
|
||
|
|
||
|
return array();
|