Merge pull request #21180 from woocommerce/fix/21160

Make RO state required.
This commit is contained in:
Claudiu Lodromanean 2018-08-24 09:53:53 -07:00 committed by GitHub
commit d72ffe48e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(