Skip to content

Commit 1e07a40

Browse files
committed
ACP2E-1784: fix small typo
1 parent 9717ac4 commit 1e07a40

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Wishlist/Helper

1 file changed

+1
-1
lines changed

app/code/Magento/Wishlist/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ public function getConfigureUrl($item)
329329
[
330330
'id' => $item->getWishlistItemId(),
331331
'product_id' => $item->getProductId(),
332-
'qty' => (int)$item->getQty(),
332+
'qty' => (int)$item->getQty()
333333
]
334334
);
335335
$url .= (isset($query['fragment']) && count($query['fragment'])) ?

0 commit comments

Comments
 (0)