Skip to content

Commit

Permalink
Release v1.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
chaikovskyia committed Jul 27, 2022
2 parents eb46770 + 5aebecb commit 7eef1a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Api/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private function initRequest($endpoint, $token = null)
'Dintero-System-Name' => __('Magento'),
'Dintero-System-Version' => $this->getSystemMeta()->getVersion(),
'Dintero-System-Plugin-Name' => 'Dintero.Checkout.Magento.V2',
'Dintero-System-Plugin-Version' => '1.6.15',
'Dintero-System-Plugin-Version' => '1.6.16',
];

if ($token && $token instanceof Token) {
Expand Down
1 change: 1 addition & 0 deletions Model/EmbeddedCallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public function execute()
$this->createOrder->createFromTransaction($quote, $request->getId());
} catch (\Exception $e) {
$this->logger->critical($e);
throw $e;
}
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"Dintero\\Checkout\\": ""
}
},
"version": "1.6.15"
"version": "1.6.16"
}
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Dintero_Checkout" setup_version="1.6.15">
<module name="Dintero_Checkout" setup_version="1.6.16">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Checkout"/>
Expand Down

0 comments on commit 7eef1a0

Please sign in to comment.