Commit 138315b3be51fed07d5f53737c5ebca3a4d2683f

Authored by Alex Savenko
1 parent 69bb2148

prices

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/lib/models/discount.php
... ... @@ -56,10 +56,9 @@ class discount extends \db
56 56  
57 57 /**
58 58 * Get actual discount
59   - * @param $id
60 59 * @return array
61 60 */
62   - public function getActiveData($id)
  61 + public function getActiveData()
63 62 {
64 63 return $this->get(
65 64 '
... ...