Make RO state required.
This commit is contained in:
parent
53f58eb0d5
commit
bea8151533
|
@ -1064,7 +1064,7 @@ class WC_Countries {
|
||||||
'RO' => array(
|
'RO' => array(
|
||||||
'state' => array(
|
'state' => array(
|
||||||
'label' => __( 'County', 'woocommerce' ),
|
'label' => __( 'County', 'woocommerce' ),
|
||||||
'required' => false,
|
'required' => true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'SG' => array(
|
'SG' => array(
|
||||||
|
|
Loading…
Reference in New Issue