Remove malta state field

This commit is contained in:
Will Gorham 2018-06-11 11:23:27 -04:00
parent 7b13527ba5
commit 1d4f76490e
1 changed files with 6 additions and 0 deletions

View File

@ -120,6 +120,7 @@ class WC_Countries {
'LB' => array(),
'LU' => array(),
'MQ' => array(),
'MT' => array(),
'NL' => array(),
'NO' => array(),
'PL' => array(),
@ -991,6 +992,11 @@ class WC_Countries {
'required' => false,
),
),
'MT' => array(
'state' => array(
'required' => false,
),
),
'NL' => array(
'postcode' => array(
'priority' => 65,