<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
    <menu>
        <add id="Eway_EwayRapid::view_orders"
             title="Eway Orders"
             translate="title"
             module="Eway_EwayRapid"
             sortOrder="15"
             parent="Magento_Sales::sales_operation"
             action="ewayrapid/order"
             resource="Eway_EwayRapid::eway_orders"
             dependsOnConfig="payment/ewayrapid/active"/>
        <add id="Eway_EwayRapid::view_order_exception"
             title="Eway Order Creation Exception"
             translate="title"
             module="Eway_EwayRapid"
             sortOrder="16"
             parent="Magento_Sales::sales_operation"
             action="ewayrapid/order_exception"
             resource="Eway_EwayRapid::eway_orders"
             dependsOnConfig="payment/ewayrapid/active"/>
    </menu>
</config>
