Add booking checkout and webhook flow

This commit is contained in:
2026-05-24 23:55:43 +00:00
parent dbdca5c023
commit 090741e6ad
10 changed files with 879 additions and 24 deletions

View File

@@ -17,7 +17,8 @@
"bootstrap": "^5.3.3",
"next": "^15.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"stripe": "^17.7.0"
},
"devDependencies": {
"@playwright/test": "^1.60.0",