File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
app/code/Magento/Customer/Test/Mftf/Data Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 460
460
<entity name =" Simple_US_Customer_US_UK_Addresses" type =" customer" extends =" Simple_US_Customer_ArmedForcesEurope" >
461
461
<requiredEntity type =" address" >UK_Not_Default_Address</requiredEntity >
462
462
</entity >
463
+ <entity name =" Simple_US_Customer_With_Unique_Taxvat" type =" customer" >
464
+ <data key =" group_id" >1</data >
465
+ <data key =" default_billing" >true</data >
466
+ <data key =" default_shipping" >true</data >
467
+ <data key =" email" unique =" prefix" >John.Doe@example.com</data >
468
+ <data key =" firstname" >John</data >
469
+ <data key =" lastname" >Doe</data >
470
+ <data key =" fullname" >John Doe</data >
471
+ <data key =" password" >pwdTest123!</data >
472
+ <data key =" store_id" >0</data >
473
+ <data key =" website_id" >0</data >
474
+ <data key =" group" >General</data >
475
+ <data key =" taxvat" unique =" prefix" >taxValue</data >
476
+ <requiredEntity type =" address" >US_Address_TX</requiredEntity >
477
+ </entity >
463
478
</entities >
You can’t perform that action at this time.
0 commit comments