Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.

Commit

Permalink
Merge branch 'cod-on-order-invoice' of https://github.com/shanavas786…
Browse files Browse the repository at this point in the history
…/m2-MSP_CashOnDelivery into shanavas786-cod-on-order-invoice
  • Loading branch information
phoenix128 committed Sep 12, 2017
2 parents c84be51 + 2481355 commit be0548b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions view/frontend/layout/sales_order_invoice.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<!--
/**
* IDEALIAGroup srl
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* @category MSP
* @package MSP_CashOnDelivery
* @copyright Copyright (c) 2016 IDEALIAGroup srl (http://www.idealiagroup.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="invoice_totals">
<block class="MSP\CashOnDelivery\Block\Sales\Cashondelivery" name="msp_cashondelivery"/>
</referenceContainer>
</body>
</page>

0 comments on commit be0548b

Please sign in to comment.