Skip to content

Commit

Permalink
Merge pull request #4 from shkumbin/hotfix/CheckoutOnepageControllerS…
Browse files Browse the repository at this point in the history
…uccessObserver_fix

CheckoutOnepageControllerSuccessObserver fix
  • Loading branch information
shmaxuti authored Aug 27, 2018
2 parents 594f6d2 + 36d2322 commit 550b8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Observer/CheckoutOnepageControllerSuccessObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ private function addProductToOrder($orderProduct, $trackerOrder)
$props = $this->helper->formatProductOptions($productOptions);
$props['itemCategory'] = $this->helper->getProductCategoryNames($product->getCategoryIds());

$trackerOrder->addProduct($id, $price, $url, $quantity, $total, $name, $image, $props, true)->wait();
$trackerOrder->addProduct($id, $price, $url, $quantity, $total, $name, $image, $props);
}
}

0 comments on commit 550b8d9

Please sign in to comment.