Skip to content
Snippets Groups Projects
Select Git revision
  • 0573fbcae8ae5a8d3e41e4c6febdeb9ee86464be
  • develop default protected
  • 1.3 protected
  • 1.1
  • 1.2 protected
  • 1.0
  • 13-export-cli-command
  • 1.7.0
  • 1.6.0
  • 1.5.0
  • 1.4.3
  • 1.4.2
  • 1.4.1
  • 1.4.0
  • 1.3.7
  • 1.3.6
  • 1.3.5
  • 1.3.4
  • 1.3.3
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.1.4
  • 1.2.5
  • 1.2.4
  • 1.2.3
  • 1.0.6
27 results

GetChangedBlockIdentifiers.php

Blame
  • module.xml 891 B
    <?xml version="1.0"?>
    <!--
    /**
     * Copyright (c) 2020 TechDivision GmbH
     * All rights reserved
     *
     * This product includes proprietary software developed at TechDivision GmbH, Germany
     * For more information see http://www.techdivision.com/
     *
     * To obtain a valid license for using this software please contact us at
     * license@techdivision.com
     *
     * @copyright  Copyright (c) 2020 TechDivision GmbH (http://www.techdivision.com)
     * @author     Vadim Justus <v.justus@techdivision.com>
     * @link       http://www.techdivision.com/
     */
     -->
    <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
        <module name="TechDivision_OrderWorkflowCustomExportFormat" setup_version="1.0.0">
            <sequence>
                <module name="TechDivision_PacemakerOrderExport"/>
            </sequence>
        </module>
    </config>