Update class-wc-countries.php

This commit is contained in:
Brian 2020-07-17 13:39:26 +02:00 committed by GitHub
parent e27fc1a8fe
commit 78b2141bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -1240,14 +1240,14 @@ class WC_Countries {
'label' => __( 'Province', 'woocommerce' ),
),
),
'LI' => array(
'postcode' => array(
'priority' => 65,
),
'state' => array(
'label' => __( 'Municipality', 'woocommerce' ),
'required' => false,
),
'LI' => array(
'postcode' => array(
'priority' => 65,
),
'state' => array(
'label' => __( 'Municipality', 'woocommerce' ),
'required' => false,
),
),
'LK' => array(
'state' => array(