Skip to content

fix: resolve issue #1077 - Enhancement: add Mollie as a payment provider option in the builder (next to Polar.sh) - #1170

Open
kingkrs10 wants to merge 3 commits into
AmanVarshney01:mainfrom
kingkrs10:fix/bounty-issue-1077
Open

fix: resolve issue #1077 - Enhancement: add Mollie as a payment provider option in the builder (next to Polar.sh)#1170
kingkrs10 wants to merge 3 commits into
AmanVarshney01:mainfrom
kingkrs10:fix/bounty-issue-1077

Conversation

@kingkrs10

@kingkrs10 kingkrs10 commented Aug 13, 2026

Copy link
Copy Markdown

Description

Fixes #1077.

This pull request resolves the reported issue: Enhancement: add Mollie as a payment provider option in the builder (next to Polar.sh).

Testing & Verification

  • Changes verified locally prior to submission.

Summary by CodeRabbit

  • New Features

    • Added Mollie as a selectable payment provider in the CLI and builder.
    • Mollie supports credit cards, iDEAL, and PayPal.
    • Projects can recognize Mollie alongside Polar and no payment provider.
  • Documentation

    • Updated CLI documentation to list Mollie as a supported payment provider.

… payment provider option in the builder (next to Polar.sh)
@vercel

vercel Bot commented Aug 13, 2026

Copy link
Copy Markdown

@kingkrs10 is attempting to deploy a commit to the Better T Stack Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: c81ed7fa-1c70-4738-a4c5-28323c9f6140

📥 Commits

Reviewing files that changed from the base of the PR and between 84778c6 and 7c80f01.

📒 Files selected for processing (1)
  • apps/web/src/lib/constant.ts

Walkthrough

Changes

Mollie provider option

Layer / File(s) Summary
Add Mollie to provider selection
packages/types/src/schemas.ts, apps/cli/src/prompts/payments.ts, apps/cli/src/utils/display-config.ts, apps/web/src/lib/constant.ts
The payments schema accepts mollie. The CLI and web builder expose Mollie with provider metadata.
Update provider documentation
apps/cli/README.md, README.md
The CLI documentation lists mollie as a supported provider. The root README documents the enhancement for issue #1077.

Possibly related PRs

Merge Risk: ⚪ Minimal · up to 7c80f

The PR adds Mollie as a payment-provider option across the builder, CLI, schemas, and documentation; no actionable merge-blocking risk remains after normal checks and review.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Linked Issues check ⚠️ Warning The PR adds Mollie as a selectable provider but does not scaffold the SDK, environment variables, or handler required by issue #1077. Add Mollie project scaffolding, including @mollie/api-client, required environment variables, and a minimal example or handler.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the Mollie payment provider enhancement and references issue #1077.
Out of Scope Changes check ✅ Passed The documentation, selector, schema, display label, and web option changes support the Mollie provider objective and contain no unrelated changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

ESLint install failed. For unrecoverable errors, disable the tool in CodeRabbit configuration.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement: add Mollie as a payment provider option in the builder (next to Polar.sh)

1 participant