-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix/missing checkout page #236
base: master
Are you sure you want to change the base?
fix/missing checkout page #236
Conversation
Thank you for your Pull Request! We truly appreciate your contribution! 🙌 🌟 Thank you for your efforts in improving the project! 🙏 |
@Utkarshrajmishra is attempting to deploy a commit to the ommaniya70's projects Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi @maniyaom, please review my PR. |
@Utkarshrajmishra are you storing this information anywhere? or how are you making use of this information? |
@maniyaom I am not using it for now as the project has no backend to manage the transaction. If you want me to store the card info, I can store it in the Firebase. |
@Utkarshrajmishra yes, store it in Firebase under the /ticket path. Note: don't raise another PR just commit and push these changes. |
Hi @maniyaom, a "tickets" path already exists do you want me to push the card info in that? |
Hey @maniyaom, I have made the required changes. Please have a look. |
fix #21
Problem:
After a user selects their seat, they are not redirected to the appropriate checkout page. This was disrupting the booking process flow and confusing users.
Solution:
Implemented a checkout page with form validation using React Hook Form and Zod to ensure a smooth transition and error-free booking experience.