Skip to content

Commit

Permalink
Reformat the xml code in menu.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshsuhagiya committed Aug 11, 2018
1 parent d2a514d commit 692f9fb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/code/Magento/Braintree/etc/adminhtml/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
<menu>
<add id="Magento_Braintree::settlement_report" title="Braintree Settlement" translate="title" module="Magento_Braintree" sortOrder="80" parent="Magento_Reports::report_salesroot" action="braintree/report" resource="Magento_Braintree::settlement_report"/>
<add
id="Magento_Braintree::settlement_report"
title="Braintree Settlement"
translate="title"
module="Magento_Braintree"
sortOrder="80"
parent="Magento_Reports::report_salesroot"
action="braintree/report"
resource="Magento_Braintree::settlement_report"/>
</menu>
</config>

0 comments on commit 692f9fb

Please sign in to comment.