Merge pull request #31303 from paulochang/patch-4

Make GT postcode visible but do not require it.
This commit is contained in:
Barry Hughes 2022-01-24 10:00:32 -08:00 committed by GitHub
commit 053ee9007c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1056,7 +1056,6 @@ class WC_Countries {
'GT' => array(
'postcode' => array(
'required' => false,
'hidden' => true,
),
'state' => array(
'label' => __( 'Department', 'woocommerce' ),