Remove Curaçao postcode
This commit is contained in:
parent
0d59195657
commit
ab6404f6f1
|
@ -937,6 +937,15 @@ class WC_Countries {
|
|||
'required' => false,
|
||||
),
|
||||
),
|
||||
'CW' => array(
|
||||
'postcode' => array(
|
||||
'required' => false,
|
||||
'hidden' => true,
|
||||
),
|
||||
'state' => array(
|
||||
'required' => false,
|
||||
),
|
||||
),
|
||||
'CZ' => array(
|
||||
'state' => array(
|
||||
'required' => false,
|
||||
|
|
Loading…
Reference in New Issue