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.5.0 " />
3
+ <module name =" Ometria_AbandonedCarts" setup_version =" 2.5.1 " />
4
4
</config >
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ protected function serializeItem($item)
258
258
$ attributes = $ this ->getArrayKey ($ item , 'custom_attributes ' );
259
259
$ attributes = $ attributes ? $ attributes : [];
260
260
foreach ($ attributes as $ attribute ) {
261
- $ full_attribute = $ this ->attributesFactory ->create ()
261
+ $ fullAttribute = $ this ->attributesFactory ->create ()
262
262
->addFieldToFilter ('attribute_code ' , $ attribute ['attribute_code ' ])
263
263
->getFirstItem ();
264
264
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.5.0 " />
3
+ <module name =" Ometria_Api" setup_version =" 2.5.1 " />
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.5.0 " />
3
+ <module name =" Ometria_Core" setup_version =" 2.5.1 " />
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.5.0 " ,
4
+ "version" : " 2.5.1 " ,
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