Skip to content

Commit 12985e1

Browse files
committed
woocommerce#23596 - I have solve this issue.
1 parent 8361f94 commit 12985e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

includes/class-wc-customer.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ class WC_Customer extends WC_Legacy_Customer {
3535
'company' => '',
3636
'address_1' => '',
3737
'address_2' => '',
38-
'city' => '',
39-
'state' => '',
38+
'city' => '',
4039
'postcode' => '',
4140
'country' => '',
41+
'state' => '',
4242
'email' => '',
4343
'phone' => '',
4444
),
@@ -48,10 +48,10 @@ class WC_Customer extends WC_Legacy_Customer {
4848
'company' => '',
4949
'address_1' => '',
5050
'address_2' => '',
51-
'city' => '',
52-
'state' => '',
51+
'city' => '',
5352
'postcode' => '',
5453
'country' => '',
54+
'state' => '',
5555
),
5656
'is_paying_customer' => false,
5757
);

0 commit comments

Comments
 (0)