|
7 | 7 | -->
|
8 | 8 |
|
9 | 9 | <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10 |
| - xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> |
11 |
| - <entity name="allowGiftReceipt" type="allow_gift_receipt"> |
12 |
| - <data key="value">0</data> |
| 10 | + xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd"> |
| 11 | + <entity name="EnableGiftMessageForOrder" type="gift_message_config_state"> |
| 12 | + <requiredEntity type="allow_order">AllowGiftMessageForOrder</requiredEntity> |
13 | 13 | </entity>
|
14 |
| - <entity name="allowPrintedCard" type="allow_printed_card"> |
15 |
| - <data key="value">0</data> |
| 14 | + <entity name="AllowGiftMessageForOrder" type="allow_order"> |
| 15 | + <data key="value">1</data> |
16 | 16 | </entity>
|
17 |
| - |
18 |
| - <entity name="DefaultConfigGiftOptions" type="gift_options_config_state"> |
19 |
| - <requiredEntity type="wrapping_allow_order">defaultWrappingAllowOrder</requiredEntity> |
20 |
| - <requiredEntity type="allow_gift_receipt">defaultAllowGiftReceipt</requiredEntity> |
21 |
| - <requiredEntity type="allow_printed_card">defaultAllowPrintedCard</requiredEntity> |
| 17 | + <entity name="DefaultConfigGiftMessageOptions" type="gift_message_config_state"> |
| 18 | + <requiredEntity type="allow_order">OrderDefault</requiredEntity> |
| 19 | + <requiredEntity type="allow_items">ItemsDefault</requiredEntity> |
22 | 20 | </entity>
|
23 |
| - <entity name="defaultAllowGiftReceipt" type="allow_gift_receipt"> |
24 |
| - <data key="value">1</data> |
| 21 | + <entity name="OrderDefault" type="allow_order"> |
| 22 | + <data key="value">0</data> |
25 | 23 | </entity>
|
26 |
| - <entity name="defaultAllowPrintedCard" type="allow_printed_card"> |
27 |
| - <data key="value">1</data> |
| 24 | + <entity name="ItemsDefault" type="allow_items"> |
| 25 | + <data key="value">0</data> |
28 | 26 | </entity>
|
29 | 27 | </entities>
|
0 commit comments