allow_guest_checkout-meta.xml 981 B

123456789101112131415161718192021
  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="AllowGuestCheckoutConfig" dataType="allow_guest_checkout_config" type="create" auth="adminFormKey" url="/admin/system_config/save/section/checkout/" method="POST">
  11. <object key="groups" dataType="allow_guest_checkout_config">
  12. <object key="options" dataType="allow_guest_checkout_config">
  13. <object key="fields" dataType="allow_guest_checkout_config">
  14. <object key="guest_checkout" dataType="guest_checkout">
  15. <field key="value">string</field>
  16. </object>
  17. </object>
  18. </object>
  19. </object>
  20. </operation>
  21. </operations>