Skip to content

Commit

Permalink
bug fix function getPrice
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyakishin committed May 16, 2020
1 parent 6f80982 commit 8c4612b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Model/Price/PriceArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public function __construct(
$this->marketBuilder = $marketBuilder;
}

public function getPrice()
/** TODO function getPrice **/
public function getPrice($storeId = null)
{
/** @var array */
$price = array();
Expand Down

0 comments on commit 8c4612b

Please sign in to comment.