12 lines
223 B
PHP
12 lines
223 B
PHP
<?php
|
|
|
|
/**
|
|
* The save payment methods module extensions.
|
|
*
|
|
* @package WooCommerce\PayPalCommerce\SavePaymentMethods
|
|
*/
|
|
declare (strict_types=1);
|
|
namespace WooCommerce\PayPalCommerce\SavePaymentMethods;
|
|
|
|
return array();
|