aboutsummaryrefslogtreecommitdiff
path: root/classes/Discount.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Discount.php')
-rw-r--r--classes/Discount.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/classes/Discount.php b/classes/Discount.php
index 3f12348..7216615 100644
--- a/classes/Discount.php
+++ b/classes/Discount.php
@@ -31,10 +31,6 @@ class Discount extends Model {
$table = 'discount',
$fillable_columns = ['offerId', 'title', 'description', 'value', 'VAT_percentage'];
- const SUBTOTAL = 1;
- const VAT = 2;
- const TOTAL = 3;
-
/**
* Get the offer that this discount is linked to
*