Skip to content

Commit 6e0599c

Browse files
author
Oleksandr Karpenko
committed
MAGETWO-48021: State value is not saved in customer account address on storefront
1 parent a4f2e54 commit 6e0599c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/integration/testsuite/Magento/Customer/_files/customer_sample.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
'lastname' => 'test lastname',
2828
'street' => ['test street'],
2929
'city' => 'test city',
30+
'region_id' => 10,
3031
'country_id' => 'US',
3132
'postcode' => '01001',
3233
'telephone' => '+7000000001',
@@ -42,6 +43,7 @@
4243
'lastname' => 'test lastname',
4344
'street' => ['test street'],
4445
'city' => 'test city',
46+
'region_id' => 10,
4547
'country_id' => 'US',
4648
'postcode' => '01001',
4749
'telephone' => '+7000000001',
@@ -57,6 +59,7 @@
5759
'lastname' => 'removed lastname',
5860
'street' => ['removed street'],
5961
'city' => 'removed city',
62+
'region_id' => 10,
6063
'country_id' => 'US',
6164
'postcode' => '01001',
6265
'telephone' => '+7000000001',

0 commit comments

Comments
 (0)