Made postcode non required for ireland

Closes #10663
This commit is contained in:
Mike Jolley 2016-04-18 11:41:24 +01:00
parent a77735432b
commit 3112c76939
1 changed files with 6 additions and 0 deletions

View File

@ -767,6 +767,12 @@ class WC_Countries {
'label' => __( 'Province', 'woocommerce' ),
)
),
'IE' => array(
'postcode' => array(
'required' => false,
'label' => __( 'Postcode', 'woocommerce' ),
),
),
'IS' => array(
'postcode_before_city' => true,
'state' => array(