Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
380 backend create endpoint to create bookings (#508)
* Used endpoints to fetch the prices set in stripe and display them on the home using the wrapper * Formatted files properly * Updated code generation for server * Regenerated code * fixed issue * Code regeneration * revert unused changes * regen code * restore tests * fix test * Ensured bookings are being created properly and replaced for loop with promise for better performance. * Code regeneration * Added test to check that duplicate users aren't being added to the same booking --------- Co-authored-by: bcho892 <[email protected]>
- Loading branch information