You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 line
1.2 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="CreatePaymentMethod" dataType="payment_method" type="create">
  11. <field key="method">string</field>
  12. </operation>
  13. <operation name="cashondeliveryPaymentMethodSetup" dataType="cashondelivery_payment_method" type="create" auth="adminFormKey" url="/admin/system_config/save/section/payment/" method="POST">
  14. <object key="groups" dataType="cashondelivery_payment_method">
  15. <object key="cashondelivery" dataType="cashondelivery_payment_method">
  16. <object key="fields" dataType="cashondelivery_payment_method">
  17. <object key="active" dataType="active">
  18. <field key="value">string</field>
  19. </object>
  20. <object key="title" dataType="title">
  21. <field key="value">string</field>
  22. </object>
  23. </object>
  24. </object>
  25. </object>
  26. </operation>
  27. </operations>