Make RO state required.

This commit is contained in:
Gerhard Potgieter 2018-08-24 09:16:07 +02:00
parent 53f58eb0d5
commit bea8151533
1 changed files with 1 additions and 1 deletions

View File

@ -1064,7 +1064,7 @@ class WC_Countries {
'RO' => array(
'state' => array(
'label' => __( 'County', 'woocommerce' ),
'required' => false,
'required' => true,
),
),
'SG' => array(