Skip to content

Commit

Permalink
remove coupon and discount for cred exams
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigyanghosh30 committed Oct 3, 2024
1 parent 3774902 commit e243c17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions templates/credentials/shop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ <h5 id="exam-price" class="u-align--right" style="padding-right: 1rem">
product: exams[index],
quantity: 1,
}, ],
coupon: {
"origin": "Stripe",
"IDs": ["81IlzzhQ"]
},
action: "purchase",
};
localStorage.setItem(
Expand Down
3 changes: 1 addition & 2 deletions webapp/shop/cred/exams.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "CUE.01 Linux",
"displayName": "CUE.01 Linux",
"price": {
"value": 0,
"value": 100,
"currency": "USD"
},
"metadata": [
Expand All @@ -15,7 +15,6 @@
},
{
"originalPrice": "100.00",
"discountPrice": "0.00" ,
"currency": "$"
}
]
Expand Down

0 comments on commit e243c17

Please sign in to comment.