Skip to content

Commit 66f8247

Browse files
committed
Fix typo
1 parent 13e989a commit 66f8247

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Model/DataLayer/BeginCheckout.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ public function __construct(
4747
public function get(Quote $quote): array
4848
{
4949
$items = [];
50-
$itemsQty = 0;
5150

5251
foreach ($quote->getAllVisibleItems() as $item) {
5352
$items[] = $this->gtmItem->get($item);
54-
$itemsQty += $item->getQty() * 1;
5553
}
5654

5755
return [

0 commit comments

Comments
 (0)