Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

29 строки
1.4 KiB

  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. <operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
  10. <operation name="CustomerCreateNewAccountOptionsConfigState" dataType="customer_create_new_account_config" type="create" auth="adminFormKey" url="/admin/system_config/save/section/customer/" method="POST">
  11. <object key="groups" dataType="customer_create_new_account_config">
  12. <object key="create_account" dataType="customer_create_new_account_config">
  13. <object key="fields" dataType="customer_create_new_account_config">
  14. <object key="auto_group_assign" dataType="auto_group_assign">
  15. <field key="value">string</field>
  16. </object>
  17. <object key="viv_on_each_transaction" dataType="viv_on_each_transaction">
  18. <field key="value">string</field>
  19. </object>
  20. <object key="vat_frontend_visibility" dataType="vat_frontend_visibility">
  21. <field key="value">string</field>
  22. </object>
  23. </object>
  24. </object>
  25. </object>
  26. </operation>
  27. </operations>