Merge pull request #28415 from zzap/patch-3

Make City and Postcode mandatory fields for Serbia
This commit is contained in:
Rodrigo Primo 2020-12-02 11:42:24 -03:00 committed by GitHub
commit 076d0b7373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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' ),