Merged in fix/SW-1879-aa-bed-breakfastpayment- (pull request #1888)
fix: SW-1879 Updated breakfast price to 0 and removed paymentSectionOpen tracking * fix: SW-1879 Updated breakfast price to 0 and removed paymentSectionOpen tracking Approved-by: Michael Zetterberg
This commit is contained in:
@@ -14,7 +14,6 @@ import Input from "@/components/TempDesignSystem/Form/Input"
|
||||
import Phone from "@/components/TempDesignSystem/Form/Phone"
|
||||
import Footnote from "@/components/TempDesignSystem/Text/Footnote"
|
||||
import { useRoomContext } from "@/contexts/Details/Room"
|
||||
import { trackPaymentSectionOpen } from "@/utils/tracking/booking"
|
||||
|
||||
import JoinScandicFriendsCard from "./JoinScandicFriendsCard"
|
||||
import { guestDetailsSchema, signedInDetailsSchema } from "./schema"
|
||||
@@ -163,11 +162,6 @@ export default function Details({ user }: DetailsProps) {
|
||||
typography="Body/Paragraph/mdBold"
|
||||
size="Medium"
|
||||
type="submit"
|
||||
onPress={
|
||||
isPaymentNext && canProceedToPayment && !room.isFlexRate
|
||||
? trackPaymentSectionOpen
|
||||
: undefined
|
||||
}
|
||||
>
|
||||
{isPaymentNext
|
||||
? intl.formatMessage({
|
||||
|
||||
Reference in New Issue
Block a user