Skip to content

Comments

[CLEAN] Synthetic Benchmark PR #24889 - feat: queue or cancel payment reminder flow#281

Open
bar-qodo wants to merge 1 commit intobase_pr_24889_20260113_7153from
clean_pr_24889_20260113_7153
Open

[CLEAN] Synthetic Benchmark PR #24889 - feat: queue or cancel payment reminder flow#281
bar-qodo wants to merge 1 commit intobase_pr_24889_20260113_7153from
clean_pr_24889_20260113_7153

Conversation

@bar-qodo
Copy link

Benchmark PR calcom#24889

Type: Clean (correct implementation)

Original PR Title: feat: queue or cancel payment reminder flow
Original PR Description: ## What does this PR do?

Visual Demo (For contributors especially)

Screen.Recording.2025-11-07.at.3.16.49.PM.mov

Summary by cubic

Queues an awaiting payment reminder for unpaid bookings and cancels it if payment succeeds, giving users time to pay without a premature email. Addresses CAL-2815 with seat-aware reminders and improved success handling after Stripe redirects.

  • New Features
    • Configurable delay before sending (default 15 minutes via AWAITING_PAYMENT_EMAIL_DELAY_MINUTES).
    • Scheduled via background task; canceled on payment success and skipped if the Stripe intent already succeeded.
    • Seat-specific targeting for seated events; payment link prefilled with attendee info.
    • Success page hides the awaiting payment state when redirect_status=succeeded.

Written for commit 67f1bd5. Summary will update on new commits.

Original PR URL: calcom#24889

@github-actions
Copy link

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "[CLEAN] Synthetic Benchmark PR #24889 - feat: queue or cancel payment reminder flow". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants