File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
app/code/Magento/Customer/Test/Mftf/Data Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 89
89
<var key =" id" entityKey =" id" entityType =" customer" />
90
90
<data key =" firstname" >Jane</data >
91
91
</entity >
92
+ <entity name =" Simple_US_CA_Customer" type =" customer" >
93
+ <data key =" group_id" >1</data >
94
+ <data key =" default_billing" >true</data >
95
+ <data key =" default_shipping" >true</data >
96
+ <data key =" email" unique =" prefix" >John.Doe@example.com</data >
97
+ <data key =" firstname" >John</data >
98
+ <data key =" lastname" >Doe</data >
99
+ <data key =" fullname" >John Doe</data >
100
+ <data key =" password" >pwdTest123!</data >
101
+ <data key =" store_id" >0</data >
102
+ <data key =" website_id" >0</data >
103
+ <requiredEntity type =" address" >US_Address_CA</requiredEntity >
104
+ </entity >
92
105
</entities >
Original file line number Diff line number Diff line change 15
15
<entity name =" RegionTX" type =" region" >
16
16
<data key =" region" >Texas</data >
17
17
<data key =" region_code" >TX</data >
18
- <data key =" region_id" >1 </data >
18
+ <data key =" region_id" >57 </data >
19
19
</entity >
20
20
<entity name =" RegionCA" type =" region" >
21
21
<data key =" region" >California</data >
You can’t perform that action at this time.
0 commit comments