mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Add French Territories to Card Fields eligibility
Added French territories: Mayotte ( YT ) La Reunion ( RE ) Guadelope ( GP ) French Guiana ( GF ) Martinique ( MQ )
This commit is contained in:
parent
2a47e5ce28
commit
1b0d1494da
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@ return array(
|
|||
'GB',
|
||||
'US',
|
||||
'NO',
|
||||
'YT',
|
||||
'RE',
|
||||
'GP',
|
||||
'GF',
|
||||
'MQ'
|
||||
)
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue