Skip to content

Commit

Permalink
1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 5, 2017
1 parent af7f27c commit 4ef08e1
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 83 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/allpay"
,"version": "1.6.11"
,"version": "1.6.12"
,"description": "The «歐付寶 allPay» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/allpay"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.9.24"}
,"require": {"mage2pro/core": ">=2.10.3"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\AllPay\\": ""}}
,"keywords": [
"allPay"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
xsi:noNamespaceSchemaLocation='urn:magento:framework:View/Layout/etc/page_configuration.xsd'>
<body>
<referenceBlock name='invoice_totals'>
<block class='Dfe\AllPay\Block\Total' name='dfe_allpay_total'/>
<block class='Dfe\AllPay\Block\Total' name='dfe_allpay_total_1'/>
</referenceBlock>
<referenceBlock name='order_totals'>
<block class='Dfe\AllPay\Block\Total' name='dfe_allpay_total_2'/>
</referenceBlock>
</body>
</page>
10 changes: 0 additions & 10 deletions view/base/layout/sales_order_view.xml

This file was deleted.

10 changes: 0 additions & 10 deletions view/frontend/layout/sales_guest_invoice.xml

This file was deleted.

10 changes: 0 additions & 10 deletions view/frontend/layout/sales_guest_print.xml

This file was deleted.

10 changes: 0 additions & 10 deletions view/frontend/layout/sales_guest_printinvoice.xml

This file was deleted.

10 changes: 0 additions & 10 deletions view/frontend/layout/sales_guest_view.xml

This file was deleted.

10 changes: 0 additions & 10 deletions view/frontend/layout/sales_order_invoice.xml

This file was deleted.

10 changes: 0 additions & 10 deletions view/frontend/layout/sales_order_print.xml

This file was deleted.

10 changes: 0 additions & 10 deletions view/frontend/layout/sales_order_printinvoice.xml

This file was deleted.

0 comments on commit 4ef08e1

Please sign in to comment.