Merged in fix/get-booking-as-user (pull request #1366)
Fix: Use session.token.access_token if session exists in booking confirmation, else use serviceToken * Fix: Added service token to safeProtectedProcedure * fix: use of safeProtectedServiceProcedure Approved-by: Michael Zetterberg
This commit is contained in:
@@ -365,7 +365,7 @@ export const ancillaryPackagesSchema = z
|
||||
id: item.id,
|
||||
title: item.title,
|
||||
description: item.descriptions.html,
|
||||
imageUrl: item.images[0].imageSizes.small,
|
||||
imageUrl: item.images[0]?.imageSizes.small,
|
||||
price: {
|
||||
total: parseInt(item.variants.ancillary.price.totalPrice),
|
||||
currency: item.variants.ancillary.price.currency,
|
||||
|
||||
Reference in New Issue
Block a user