rebase from live enviornment

This commit is contained in:
Rachit Bhargava
2024-01-09 22:14:20 -05:00
parent ff0b49a046
commit 3a22fcaa4a
15968 changed files with 2344674 additions and 45234 deletions

View File

@@ -995,6 +995,8 @@ class WC_Countries {
),
'postcode' => array(
'required' => false,
// Hidden for stores within Chile. @see https://github.com/woocommerce/woocommerce/issues/36546.
'hidden' => 'CL' === $this->get_base_country(),
),
'state' => array(
'label' => __( 'Region', 'woocommerce' ),
@@ -1512,8 +1514,8 @@ class WC_Countries {
'priority' => 65,
),
'state' => array(
'label' => __( 'Municipality', 'woocommerce' ),
'required' => false,
'hidden' => true,
),
),
'LK' => array(