parent
6ad0f1755d
commit
f5fdd59209
|
@ -797,6 +797,16 @@ class WC_Countries {
|
||||||
'required' => false,
|
'required' => false,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'GP' => array(
|
||||||
|
'state' => array(
|
||||||
|
'required' => false,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
'GF' => array(
|
||||||
|
'state' => array(
|
||||||
|
'required' => false,
|
||||||
|
),
|
||||||
|
),
|
||||||
'HK' => array(
|
'HK' => array(
|
||||||
'postcode' => array(
|
'postcode' => array(
|
||||||
'required' => false,
|
'required' => false,
|
||||||
|
@ -871,6 +881,16 @@ class WC_Countries {
|
||||||
'required' => false,
|
'required' => false,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'LB' => array(
|
||||||
|
'state' => array(
|
||||||
|
'required' => false,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
'MQ' => array(
|
||||||
|
'state' => array(
|
||||||
|
'required' => false,
|
||||||
|
),
|
||||||
|
),
|
||||||
'NL' => array(
|
'NL' => array(
|
||||||
'postcode' => array(
|
'postcode' => array(
|
||||||
'priority' => 65,
|
'priority' => 65,
|
||||||
|
@ -918,6 +938,11 @@ class WC_Countries {
|
||||||
'required' => false,
|
'required' => false,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'RE' => array(
|
||||||
|
'state' => array(
|
||||||
|
'required' => false,
|
||||||
|
),
|
||||||
|
),
|
||||||
'RO' => array(
|
'RO' => array(
|
||||||
'state' => array(
|
'state' => array(
|
||||||
'required' => false,
|
'required' => false,
|
||||||
|
@ -1019,6 +1044,11 @@ class WC_Countries {
|
||||||
'hidden' => true,
|
'hidden' => true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'YT' => array(
|
||||||
|
'state' => array(
|
||||||
|
'required' => false,
|
||||||
|
),
|
||||||
|
),
|
||||||
'ZA' => array(
|
'ZA' => array(
|
||||||
'state' => array(
|
'state' => array(
|
||||||
'label' => __( 'Province', 'woocommerce' ),
|
'label' => __( 'Province', 'woocommerce' ),
|
||||||
|
|
Loading…
Reference in New Issue