Merge pull request #27779 from zzap/patch-2
Update properties for Serbia.
This commit is contained in:
commit
136c6e2916
|
@ -1207,9 +1207,15 @@ class WC_Countries {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'RS' => array(
|
'RS' => array(
|
||||||
'state' => array(
|
'city' => array(
|
||||||
|
'required' => false,
|
||||||
|
),
|
||||||
|
'postcode' => array(
|
||||||
|
'required' => false,
|
||||||
|
),
|
||||||
|
'state' => array(
|
||||||
|
'label' => __( 'District', 'woocommerce' ),
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'hidden' => true,
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'SG' => array(
|
'SG' => array(
|
||||||
|
|
Loading…
Reference in New Issue