diff --git a/src/lib/models.php b/src/lib/models.php index 7398eff..91d852c 100644 --- a/src/lib/models.php +++ b/src/lib/models.php @@ -663,7 +663,7 @@ namespace $this->_basket->setDi( $this->getDi() ); } - return $this->_discount; + return $this->_basket; } } } -- libgit2 0.21.4