mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-25 01:02:18 +08:00
11 lines
198 B
PHP
11 lines
198 B
PHP
<?php
|
|
|
|
/**
|
|
* The Card Fields module extensions.
|
|
*
|
|
* @package WooCommerce\PayPalCommerce\CardFields
|
|
*/
|
|
declare (strict_types=1);
|
|
namespace WooCommerce\PayPalCommerce\CardFields;
|
|
|
|
return array();
|