File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ public function getCustomersIdsForCustomersThatShouldBeRetriedForSync()
126126 $ this ->customersSyncBatchSize
127127 );
128128
129- $ customersIdsMapForSync = $ connection ->fetchAssoc ($ shouldRetryCustomersQuery, ' customer_id ' );
129+ $ customersIdsMapForSync = $ connection ->fetchAssoc ($ shouldRetryCustomersQuery );
130130 return array_keys ($ customersIdsMapForSync );
131131 }
132132
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public function resetCustomersSyncedToYotpoAttribute()
107107 $ sqlUpdateLimit
108108 );
109109
110- while (count ($ rowsToUpdate = $ connection ->fetchAssoc ($ customersThatWereProcesssedQuery, ' value_id ' ))) {
110+ while (count ($ rowsToUpdate = $ connection ->fetchAssoc ($ customersThatWereProcesssedQuery ))) {
111111 $ connection ->update (
112112 $ customerEntityIntTableName ,
113113 [ 'value ' => 0 ],
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ private function getAbandonedCartData($quote)
126126 'store_id = ? ' ,
127127 $ quote ->getStoreId ()
128128 );
129- return $ connection ->fetchAssoc ($ select, [] );
129+ return $ connection ->fetchAssoc ($ select );
130130 }
131131
132132 /**
Original file line number Diff line number Diff line change 11{
22 "name" : " yotpo/module-yotpo-messaging" ,
33 "description" : " Yotpo Sms extension for Magento2" ,
4- "version" : " 4.0.26 " ,
4+ "version" : " 4.0.27 " ,
55 "license" : [
66 " OSL-3.0" ,
77 " AFL-3.0"
88 ],
99 "require" : {
10- "php" : " ~5.6.0|^7.0" ,
10+ "php" : " ~5.6.0|^7.0|^8.0 " ,
1111 "magento/framework" : " >=102.0.0" ,
12- "yotpo/module-yotpo-core" : " 4.0.26 "
12+ "yotpo/module-yotpo-core" : " 4.0.27 "
1313 },
1414 "type" : " magento2-module" ,
1515 "autoload" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3- <module name =" Yotpo_SmsBump" setup_version =" 4.0.26 " >
3+ <module name =" Yotpo_SmsBump" setup_version =" 4.0.27 " >
44 <sequence >
55 <Yotpo_Core />
66 </sequence >
You can’t perform that action at this time.
0 commit comments