woocommerce-paypal-payments/modules/ppcp-local-alternative-payment-methods/extensions.php

11 lines
260 B
PHP

<?php
/**
* The local alternative payment methods module extensions.
*
* @package WooCommerce\PayPalCommerce\LocalAlternativePaymentMethods
*/
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\LocalAlternativePaymentMethods;
return array();