Skip to content

Commit

Permalink
Merge pull request #52 from jorgeeurekalabs/main
Browse files Browse the repository at this point in the history
fixed abandoned cart sync
  • Loading branch information
jorgeeurekalabs authored Feb 7, 2023
2 parents f67c91c + 702df04 commit 0485c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AbandonedCart/Model/AbandonedCartSendData.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public function sendAbandonedCartData($quoteId = null): array
$abandonedCarts = $this->quoteResourceCollectionFactory->create()
->addFieldToSelect('*')
->addFieldToFilter('ac_synced_date', [
['lt' => new \Zend_Db_Expr('updated_at')],
['lt' => new \Zend_Db_Expr('main_table.updated_at')],
['null' => true]
])
->addFieldToFilter(
Expand Down

0 comments on commit 0485c89

Please sign in to comment.