Update class-wc-countries.php
Add MZ array postcode => false, hidden => true
This commit is contained in:
parent
90aa716098
commit
e214a85a8c
|
@ -1036,6 +1036,15 @@ class WC_Countries {
|
||||||
'required' => false,
|
'required' => false,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'MZ' => array(
|
||||||
|
'postcode' => array(
|
||||||
|
'required' => false,
|
||||||
|
'hidden' => true,
|
||||||
|
),
|
||||||
|
'state' => array(
|
||||||
|
'label' => __( 'Province', 'woocommerce' ),
|
||||||
|
),
|
||||||
|
),
|
||||||
'NL' => array(
|
'NL' => array(
|
||||||
'postcode' => array(
|
'postcode' => array(
|
||||||
'priority' => 65,
|
'priority' => 65,
|
||||||
|
|
Loading…
Reference in New Issue