-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Zomars/cal 748 paid bookings are failing #1335
Conversation
CAL-748 Paid Bookings are failing
It seems that the eventManager refactoring is making Stripe Connect Webhook to crash. I'm investigating... Reported by zomars. |
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/cal/calendso/3zmxTFZzAUEe9ndsApbuiFJZEkRA |
This reverts commit c0c4cb5.
CALENDSO_ENCRYPTION_KEY: ${{ secrets.CI_CALENDSO_ENCRYPTION_KEY }} | ||
NEXT_PUBLIC_STRIPE_PUBLIC_KEY: ${{ secrets.CI_NEXT_PUBLIC_STRIPE_PUBLIC_KEY }} | ||
STRIPE_PRIVATE_KEY: ${{ secrets.CI_STRIPE_PRIVATE_KEY }} | ||
STRIPE_CLIENT_ID: ${{ secrets.CI_STRIPE_CLIENT_ID }} | ||
STRIPE_WEBHOOK_SECRET: ${{ secrets.CI_STRIPE_WEBHOOK_SECRET }} | ||
PAYMENT_FEE_PERCENTAGE: 0.005 | ||
PAYMENT_FEE_FIXED: 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already added to GitHub
What does this PR do?
/bookings
Type of change
How should this be tested?
Checklist: