File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3
- <module name =" Ometria_AbandonedCarts" setup_version =" 2.2.3 " />
3
+ <module name =" Ometria_AbandonedCarts" setup_version =" 2.2.4 " />
4
4
</config >
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ private function getProductData(ProductInterface $product)
283
283
$ productData [OmetriaProductInterface::IS_VARIANT ] = (bool ) $ parentId != null ? true : false ;
284
284
$ productData [OmetriaProductInterface::PARENT_ID ] = $ parentId ;
285
285
$ productData [OmetriaProductInterface::ATTRIBUTES ] = $ this ->getAttributes ($ product );
286
- $ productData [OmetriaProductInterface::IS_ACTIVE ] = (bool ) $ product ->getStatus () == ProductStatus::STATUS_ENABLED ;
286
+ $ productData [OmetriaProductInterface::IS_ACTIVE ] = (bool ) ( $ product ->getStatus () == ProductStatus::STATUS_ENABLED ) ;
287
287
$ productData [OmetriaProductInterface::STORES ] = $ product ->getStoreIds ();
288
288
$ productData [OmetriaProductInterface::IS_IN_STOCK ] = $ this ->inventoryService ->getStockStatus ($ product );
289
289
$ productData [OmetriaProductInterface::QTY ] = $ this ->inventoryService ->getSalableQuantity ($ product );
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3
- <module name =" Ometria_Api" setup_version =" 2.2.3 " />
3
+ <module name =" Ometria_Api" setup_version =" 2.2.4 " />
4
4
</config >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3
- <module name =" Ometria_Core" setup_version =" 2.2.3 " />
3
+ <module name =" Ometria_Core" setup_version =" 2.2.4 " />
4
4
</config >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ometria/magento2" ,
3
3
"type" : " magento2-module" ,
4
- "version" : " 2.2.3 " ,
4
+ "version" : " 2.2.4 " ,
5
5
"description" : " Dev composer package for Ometria Extension" ,
6
6
"authors" : [
7
7
{
You can’t perform that action at this time.
0 commit comments