made postcode field visible but not required

This commit is contained in:
tolu-paystack 2020-04-27 16:53:51 +01:00
parent 43db909665
commit a151c11042
1 changed files with 0 additions and 1 deletions

View File

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