Skip to content

Commit

Permalink
Merge pull request #1113 from seansan/patch-4
Browse files Browse the repository at this point in the history
Possible fix for #1112
  • Loading branch information
giorello authored Nov 18, 2019
2 parents 38deee5 + 8ff5e83 commit 22816e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ protected function getData()
*/
public function deleteEcommerceRows($ids, $type)
{
$ids = array_filter($ids);
$ids = implode($ids, ', ');
$where = array(
"related_id IN ($ids)",
Expand Down

0 comments on commit 22816e6

Please sign in to comment.