mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
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();
|