File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 51
51
<data key =" label" >5</data >
52
52
<data key =" value" >5</data >
53
53
</entity >
54
+ <entity name =" CustomerAccountShareWebsiteConfigData" >
55
+ <data key =" path" >customer/account_share/scope</data >
56
+ <data key =" label" >Per Website</data >
57
+ <data key =" value" >1</data >
58
+ </entity >
59
+ <entity name =" CustomerAccountShareGlobalConfigData" >
60
+ <data key =" path" >customer/account_share/scope</data >
61
+ <data key =" label" >Global</data >
62
+ <data key =" value" >0</data >
63
+ </entity >
54
64
</entities >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <entities xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd" >
11
+ <entity name =" BaseCurrencyRUBConfigData" >
12
+ <data key =" path" >currency/options/base</data >
13
+ <data key =" label" >Russian Ruble</data >
14
+ <data key =" value" >RUB</data >
15
+ </entity >
16
+ </entities >
You can’t perform that action at this time.
0 commit comments