Merge pull request #28415 from zzap/patch-3
Make City and Postcode mandatory fields for Serbia
This commit is contained in:
commit
076d0b7373
|
@ -1230,10 +1230,10 @@ class WC_Countries {
|
|||
),
|
||||
'RS' => array(
|
||||
'city' => array(
|
||||
'required' => false,
|
||||
'required' => true,
|
||||
),
|
||||
'postcode' => array(
|
||||
'required' => false,
|
||||
'required' => true,
|
||||
),
|
||||
'state' => array(
|
||||
'label' => __( 'District', 'woocommerce' ),
|
||||
|
|
Loading…
Reference in New Issue