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:
@@ -16,10 +16,10 @@ import {
|
||||
import { EnterDetailsStepEnum } from "../../stores/enter-details/enterDetailsStep"
|
||||
import {
|
||||
clearSessionStorage,
|
||||
getTotalPrice,
|
||||
readFromSessionStorage,
|
||||
writeToSessionStorage,
|
||||
} from "../../stores/enter-details/helpers"
|
||||
import { getTotalPrice } from "../../stores/enter-details/priceCalculations"
|
||||
import { isSameBooking } from "../../utils/isSameBooking"
|
||||
|
||||
import type { Lang } from "@scandic-hotels/common/constants/language"
|
||||
|
||||
Reference in New Issue
Block a user