-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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: Do not refund payments when cancelling bookings #13924
Conversation
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link. |
Current Playwright Test Results Summary✅ 50 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 03/13/2024 09:45:18pm UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: 4d5a58d Started: 03/13/2024 09:43:44pm UTC
|
|
2 Test Cases Affected |
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Update Profile Can add a new email as a secondary email
Retry 1 • Initial Attempt |
0% (0)0 / 224 runsfailed over last 7 days |
0.45% (1)1 / 224 runflaked over last 7 days |
Update Profile Newly added secondary email should show as Unverified
Retry 1 • Initial Attempt |
0% (0)0 / 224 runsfailed over last 7 days |
12.95% (29)29 / 224 runsflaked over last 7 days |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
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.
LGTM!
What does this PR do?
This PR removes the logic to refunding bookings on cancel. Ideally this should happen via a user action. Will follow up with a way to do this via the UI.
Fixes #13916
Requirement/Documentation
Type of change
How should this be tested?
Mandatory Tasks
Checklist