MED-177: add booking confirmation

This commit is contained in:
Danel Kungla
2025-10-01 18:55:53 +03:00
parent 0c5d38f274
commit f73bbf54ad
13 changed files with 215 additions and 2052 deletions

View File

@@ -16,8 +16,6 @@
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@medusajs/js-sdk": "latest",
"@medusajs/ui": "latest",
"@radix-ui/react-accordion": "^1.2.1",
"@stripe/react-stripe-js": "^1.7.2",
"@stripe/stripe-js": "^1.29.0",
@@ -34,8 +32,6 @@
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@medusajs/types": "latest",
"@medusajs/ui-preset": "latest",
"@types/lodash": "^4.14.195",
"@types/node": "17.0.21",
"@types/pg": "^8.11.0",

View File

@@ -5,7 +5,7 @@ import { redirect } from 'next/navigation';
import { sdk } from '@lib/config';
import medusaError from '@lib/util/medusa-error';
import { HttpTypes, StoreCart } from '@medusajs/types';
import type { HttpTypes, StoreCart } from '@medusajs/types';
import {
getAuthHeaders,