Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Service/Software/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Data
const MODULE_CODE = 'Buckaroo_Magento2';

/** Version of Module */
const BUCKAROO_VERSION = '1.49.1';
const BUCKAROO_VERSION = '1.49.2';

/** @var ProductMetadataInterface */
private $productMetadata;
Expand Down Expand Up @@ -87,7 +87,7 @@ public function getModuleVersion()
private function getPlatformData(OrderPaymentInterface $payment = null)
{
$platformName = $this->getProductMetaData()->getName() . ' - ' . $this->getProductMetaData()->getEdition();

$platformInfo = $payment !== null ? $payment->getAdditionalInformation('buckaroo_platform_info') : null;
if ($platformInfo !== null)
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"docs": "https://docs.buckaroo.io/"
},
"homepage": "https://www.buckaroo.nl",
"version" : "v1.49.1",
"version" : "v1.49.2",
"minimum-stability": "stable",
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Buckaroo_Magento2:etc/buckaroo_module.xsd">
<module name="Buckaroo_Magento2" setup_version="1.49.1" build_number="1769" stability="stable">
<module name="Buckaroo_Magento2" setup_version="1.49.2" build_number="1769" stability="stable">
<sequence>
<module name="Magento_Payment"/>
<module name="Magento_ReleaseNotification"/>
Expand Down
Binary file modified view/frontend/web/images/emandate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.