From 30c7eb07faaf57e8aedebf6fc1732e4707192de6 Mon Sep 17 00:00:00 2001 From: Bianca Widstam Date: Thu, 3 Apr 2025 07:50:57 +0000 Subject: [PATCH] Merged in fix/SW-2137-points-enum (pull request #1715) fix(SW-2137): fix points enum * fix(SW-2137): fix points enum Approved-by: Michael Zetterberg --- apps/scandic-web/types/enums/currency.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scandic-web/types/enums/currency.ts b/apps/scandic-web/types/enums/currency.ts index b70d109d5..490d93ec0 100644 --- a/apps/scandic-web/types/enums/currency.ts +++ b/apps/scandic-web/types/enums/currency.ts @@ -4,7 +4,7 @@ export enum CurrencyEnum { NOK = "NOK", PLN = "PLN", SEK = "SEK", - POINTS = "POINTS", + POINTS = "Points", Voucher = "Voucher", CC = "CC", Unknown = "Unknown",