configuration-meta.xml 919 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
  4. <operation name="TemandoUpdateAdvancedSyncConfiguration" dataType="advancedConfigSync" type="create"
  5. auth="adminFormKey" url="temando/settings_advanced/save" method="POST">
  6. <contentType>application/x-www-form-urlencoded</contentType>
  7. <field key="sync_enable">integer</field>
  8. <field key="sync_shipment">integer</field>
  9. </operation>
  10. <operation name="TemandoUpdateAddressTypeConfiguration" dataType="checkoutViewSettings" type="create"
  11. auth="adminFormKey" url="temando/settings_checkout/save" method="POST">
  12. <contentType>application/x-www-form-urlencoded</contentType>
  13. <field key="fields">string</field>
  14. </operation>
  15. </operations>