Skip to content

Commit

Permalink
Removed newlines in config.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters committed Dec 23, 2016
1 parent 2be2574 commit b65df78
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/code/community/Pay/Payment/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Pay_Payment>
<version>3.6.0</version>
<version>3.6.1</version>
</Pay_Payment>
</modules>

Expand Down Expand Up @@ -42,10 +42,8 @@
<rewrite>
<sales_totals>Pay_Payment_Block_Adminhtml_Sales_Totals</sales_totals>
<sales_order_totals>Pay_Payment_Block_Adminhtml_Sales_Order_Totals</sales_order_totals>
<sales_order_invoice_totals>Pay_Payment_Block_Adminhtml_Sales_Order_Invoice_Totals
</sales_order_invoice_totals>
<sales_order_creditmemo_totals>Pay_Payment_Block_Adminhtml_Sales_Order_Creditmemo_Totals
</sales_order_creditmemo_totals>
<sales_order_invoice_totals>Pay_Payment_Block_Adminhtml_Sales_Order_Invoice_Totals</sales_order_invoice_totals>
<sales_order_creditmemo_totals>Pay_Payment_Block_Adminhtml_Sales_Order_Creditmemo_Totals</sales_order_creditmemo_totals>
</rewrite>
</adminhtml>
</blocks>
Expand Down

0 comments on commit b65df78

Please sign in to comment.