Skip to content

Commit

Permalink
fix problem with undefined vat
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Naumov authored and Alexander Naumov committed Sep 1, 2023
1 parent 9021503 commit 56f497f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WishlistModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ protected function getWishlistData()

if (!Toolkit::isEmpty($arrSession)) {

$arrIds = $arrSession['ids'];
$arrIds = $arrSession['ids'] ?? [];
$arrAmounts = $arrSession['amounts'];
}

Expand Down

0 comments on commit 56f497f

Please sign in to comment.