mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
13 lines
198 B
PHP
13 lines
198 B
PHP
|
<?php
|
||
|
/**
|
||
|
* The Card Fields module extensions.
|
||
|
*
|
||
|
* @package WooCommerce\PayPalCommerce\CardFields
|
||
|
*/
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
namespace WooCommerce\PayPalCommerce\CardFields;
|
||
|
|
||
|
return array();
|