Commit 282e165ba8ec088c886c951bd4805216e513a742

Authored by Alex Savenko
1 parent f723ca00

creating model basket

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib/models.php
... ... @@ -663,7 +663,7 @@ namespace
663 663 $this->_basket->setDi( $this->getDi() );
664 664 }
665 665  
666   - return $this->_discount;
  666 + return $this->_basket;
667 667 }
668 668 }
669 669 }
... ...