Update class-wc-countries.php
This commit is contained in:
parent
e27fc1a8fe
commit
78b2141bf5
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue