File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class Data
36
36
const MODULE_CODE = 'Buckaroo_Magento2 ' ;
37
37
38
38
/** Version of Module */
39
- const BUCKAROO_VERSION = '1.49.1 ' ;
39
+ const BUCKAROO_VERSION = '1.49.2 ' ;
40
40
41
41
/** @var ProductMetadataInterface */
42
42
private $ productMetadata ;
@@ -87,7 +87,7 @@ public function getModuleVersion()
87
87
private function getPlatformData (OrderPaymentInterface $ payment = null )
88
88
{
89
89
$ platformName = $ this ->getProductMetaData ()->getName () . ' - ' . $ this ->getProductMetaData ()->getEdition ();
90
-
90
+
91
91
$ platformInfo = $ payment !== null ? $ payment ->getAdditionalInformation ('buckaroo_platform_info ' ) : null ;
92
92
if ($ platformInfo !== null )
93
93
{
Original file line number Diff line number Diff line change 22
22
"docs" : " https://docs.buckaroo.io/"
23
23
},
24
24
"homepage" : " https://www.buckaroo.nl" ,
25
- "version" : " v1.49.1 " ,
25
+ "version" : " v1.49.2 " ,
26
26
"minimum-stability" : " stable" ,
27
27
"autoload" : {
28
28
"files" : [
Original file line number Diff line number Diff line change 20
20
*/
21
21
-->
22
22
<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" >
24
24
<sequence >
25
25
<module name =" Magento_Payment" />
26
26
<module name =" Magento_ReleaseNotification" />
You can’t perform that action at this time.
0 commit comments