Merge pull request #28706 from paulochang/patch-1

Remove post code from Guatemala
This commit is contained in:
Rodrigo Primo 2021-01-06 17:58:23 -03:00 committed by GitHub
commit 007f3ec8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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,