Merged in feat/refactor-enter-details-price-calculation (pull request #3183)
feat: Refactor enter details price calculation * Refactor getTotalPrice and child functions * Move price calculations from helper file to specific file Approved-by: Linus Flood
This commit is contained in:
@@ -11,10 +11,9 @@ import { EnterDetailsStepEnum } from "./enterDetailsStep"
|
||||
import {
|
||||
checkRoomProgress,
|
||||
extractGuestFromUser,
|
||||
getRoomPrice,
|
||||
getTotalPrice,
|
||||
writeToSessionStorage,
|
||||
} from "./helpers"
|
||||
import { getRoomPrice, getTotalPrice } from "./priceCalculations"
|
||||
|
||||
import type { CurrencyEnum } from "@scandic-hotels/common/constants/currency"
|
||||
import type { Lang } from "@scandic-hotels/common/constants/language"
|
||||
|
||||
Reference in New Issue
Block a user