Merge pull request #28706 from paulochang/patch-1
Remove post code from Guatemala
This commit is contained in:
commit
007f3ec8aa
|
@ -978,6 +978,15 @@ class WC_Countries {
|
|||
'required' => false,
|
||||
),
|
||||
),
|
||||
'GT' => array(
|
||||
'postcode' => array(
|
||||
'required' => false,
|
||||
'hidden' => true,
|
||||
),
|
||||
'state' => array(
|
||||
'label' => __( 'Department', 'woocommerce' ),
|
||||
),
|
||||
),
|
||||
'HK' => array(
|
||||
'postcode' => array(
|
||||
'required' => false,
|
||||
|
|
Loading…
Reference in New Issue