removed postcode label and changed state label

This commit is contained in:
tolu-paystack 2020-04-24 10:08:11 +01:00
parent cab7c5b8a1
commit 43db909665
1 changed files with 1 additions and 2 deletions

View File

@ -946,12 +946,11 @@ class WC_Countries {
),
'GH' => array(
'postcode' => array(
'label' => __( 'Postcode', 'woocommerce' ),
'required' => false,
'hidden' => true,
),
'state' => array(
'label' => __( 'State', 'woocommerce' ),
'label' => __( 'Region', 'woocommerce' ),
),
),
'GP' => array(