-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4126 from magento-panda/MAGETWO-99402
Fixed issues: - MAGETWO-99402: [MFTF] One Page Checkout with Addresses Search - Custom customer address attribute
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,4 +216,18 @@ | |
<data key="store_id">0</data> | ||
<data key="website_id">0</data> | ||
</entity> | ||
<entity name="Simple_US_Customer_Two_Addresses" type="customer"> | ||
<data key="group_id">0</data> | ||
<data key="default_billing">true</data> | ||
<data key="default_shipping">true</data> | ||
<data key="email" unique="prefix">[email protected]</data> | ||
<data key="firstname">John</data> | ||
<data key="lastname">Doe</data> | ||
<data key="fullname">John Doe</data> | ||
<data key="password">pwdTest123!</data> | ||
<data key="store_id">0</data> | ||
<data key="website_id">0</data> | ||
<requiredEntity type="address">US_Address_TX</requiredEntity> | ||
<requiredEntity type="address">US_Address_NY_Not_Default_Address</requiredEntity> | ||
</entity> | ||
</entities> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters