woocommerce-paypal-payments/modules/ppcp-paylater-block/services.php
2023-12-05 21:32:32 +02:00

14 lines
279 B
PHP

<?php
/**
* The Pay Later block module services.
*
* @package WooCommerce\PayPalCommerce\PayLaterBlock
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\PayLaterBlock;
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface;
return array();