From e243c176a906de8a3293803f913f32085342ee06 Mon Sep 17 00:00:00 2001 From: abhigyanghosh30 Date: Thu, 3 Oct 2024 13:59:57 +0530 Subject: [PATCH] remove coupon and discount for cred exams --- templates/credentials/shop/index.html | 4 ---- webapp/shop/cred/exams.json | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/credentials/shop/index.html b/templates/credentials/shop/index.html index f9a5d4ad3f5..2023f6277cd 100644 --- a/templates/credentials/shop/index.html +++ b/templates/credentials/shop/index.html @@ -165,10 +165,6 @@
product: exams[index], quantity: 1, }, ], - coupon: { - "origin": "Stripe", - "IDs": ["81IlzzhQ"] - }, action: "purchase", }; localStorage.setItem( diff --git a/webapp/shop/cred/exams.json b/webapp/shop/cred/exams.json index 3a27146bfa3..9ee250caba0 100644 --- a/webapp/shop/cred/exams.json +++ b/webapp/shop/cred/exams.json @@ -4,7 +4,7 @@ "name": "CUE.01 Linux", "displayName": "CUE.01 Linux", "price": { - "value": 0, + "value": 100, "currency": "USD" }, "metadata": [ @@ -15,7 +15,6 @@ }, { "originalPrice": "100.00", - "discountPrice": "0.00" , "currency": "$" } ]