Skip to content

Commit

Permalink
0.0.2: #1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 12, 2017
1 parent 8d14313 commit e6be7f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/mercadopago"
,"version": "0.0.1"
,"version": "0.0.2"
,"description": "The «MercadoPago» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/mercadopago"
Expand Down
6 changes: 4 additions & 2 deletions view/frontend/layout/checkout_index_index.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version='1.0'?>
<page xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' layout='1column'
xsi:noNamespaceSchemaLocation='urn:magento:framework:View/Layout/etc/page_configuration.xsd'>
<page
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation='urn:magento:framework:View/Layout/etc/page_configuration.xsd'
>
<body>
<referenceBlock name='checkout.root'>
<arguments>
Expand Down

0 comments on commit e6be7f0

Please sign in to comment.