Merge pull request #27779 from zzap/patch-2

Update properties for Serbia.
This commit is contained in:
Claudio Sanches 2020-10-14 18:09:56 -03:00 committed by GitHub
commit 136c6e2916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -1207,9 +1207,15 @@ class WC_Countries {
),
),
'RS' => array(
'state' => array(
'city' => array(
'required' => false,
),
'postcode' => array(
'required' => false,
),
'state' => array(
'label' => __( 'District', 'woocommerce' ),
'required' => false,
'hidden' => true,
),
),
'SG' => array(