Skip to content

Commit

Permalink
Merge branch '2.4-develop' into add-StorefrontClickRefundTabCustomerO…
Browse files Browse the repository at this point in the history
…rderViewActionGroup
  • Loading branch information
Usik2203 committed Sep 14, 2020
2 parents 996bdaf + 4ae0f74 commit 772886e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class WishlistItemFactory
public function create(array $data): WishlistItem
{
return new WishlistItem(
$data['quantity'],
$data['quantity'] ?? 0,
$data['sku'] ?? null,
$data['parent_sku'] ?? null,
isset($data['wishlist_item_id']) ? (int) $data['wishlist_item_id'] : null,
Expand Down

0 comments on commit 772886e

Please sign in to comment.