Skip to content

Commit 72d02f8

Browse files
authored
Clear tierBonuses from config.json
Removed tier bonuses from configuration.
1 parent d16ef76 commit 72d02f8

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

app/config.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,7 @@
3030
"description": "Enterprise customers with 15% base discount and no cap"
3131
}
3232
},
33-
"tierBonuses": [
34-
{
35-
"minAmount": 500,
36-
"maxAmount": 999.99,
37-
"bonusDiscount": 0.05,
38-
"description": "5% bonus for orders $500-$999"
39-
},
40-
{
41-
"minAmount": 1000,
42-
"maxAmount": null,
43-
"bonusDiscount": 0.10,
44-
"description": "10% bonus for orders $1000+"
45-
}
46-
],
33+
"tierBonuses": [],
4734
"promotionalPeriods": [
4835
{
4936
"name": "Black Friday",

0 commit comments

Comments
 (0)