Merge pull request #31303 from paulochang/patch-4
Make GT postcode visible but do not require it.
This commit is contained in:
commit
053ee9007c
|
@ -1056,7 +1056,6 @@ class WC_Countries {
|
|||
'GT' => array(
|
||||
'postcode' => array(
|
||||
'required' => false,
|
||||
'hidden' => true,
|
||||
),
|
||||
'state' => array(
|
||||
'label' => __( 'Department', 'woocommerce' ),
|
||||
|
|
Loading…
Reference in New Issue