made postcode field visible but not required
This commit is contained in:
parent
43db909665
commit
a151c11042
|
@ -947,7 +947,6 @@ class WC_Countries {
|
|||
'GH' => array(
|
||||
'postcode' => array(
|
||||
'required' => false,
|
||||
'hidden' => true,
|
||||
),
|
||||
'state' => array(
|
||||
'label' => __( 'Region', 'woocommerce' ),
|
||||
|
|
Loading…
Reference in New Issue