Skip to content

Commit 0e0886f

Browse files
Merge pull request #1023 from buckaroo-it/BP-3707-Update-test-release-v1.49.2
Bp 3707 update test release v1.49.2
2 parents d0ad222 + 27063a8 commit 0e0886f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Service/Software/Data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Data
3636
const MODULE_CODE = 'Buckaroo_Magento2';
3737

3838
/** Version of Module */
39-
const BUCKAROO_VERSION = '1.49.1';
39+
const BUCKAROO_VERSION = '1.49.2';
4040

4141
/** @var ProductMetadataInterface */
4242
private $productMetadata;
@@ -87,7 +87,7 @@ public function getModuleVersion()
8787
private function getPlatformData(OrderPaymentInterface $payment = null)
8888
{
8989
$platformName = $this->getProductMetaData()->getName() . ' - ' . $this->getProductMetaData()->getEdition();
90-
90+
9191
$platformInfo = $payment !== null ? $payment->getAdditionalInformation('buckaroo_platform_info') : null;
9292
if ($platformInfo !== null)
9393
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"docs": "https://docs.buckaroo.io/"
2323
},
2424
"homepage": "https://www.buckaroo.nl",
25-
"version" : "v1.49.1",
25+
"version" : "v1.49.2",
2626
"minimum-stability": "stable",
2727
"autoload": {
2828
"files": [

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
-->
2222
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Buckaroo_Magento2:etc/buckaroo_module.xsd">
23-
<module name="Buckaroo_Magento2" setup_version="1.49.1" build_number="1769" stability="stable">
23+
<module name="Buckaroo_Magento2" setup_version="1.49.2" build_number="1769" stability="stable">
2424
<sequence>
2525
<module name="Magento_Payment"/>
2626
<module name="Magento_ReleaseNotification"/>
1.33 KB
Loading

0 commit comments

Comments
 (0)