Skip to content
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

Mollie doesn't allow orders with €0 #2821

Open
martijnvdbrug opened this issue May 1, 2024 · 0 comments · May be fixed by #2855
Open

Mollie doesn't allow orders with €0 #2821

martijnvdbrug opened this issue May 1, 2024 · 0 comments · May be fixed by #2855
Assignees
Labels
type: bug 🐛 Something isn't working

Comments

@martijnvdbrug
Copy link
Contributor

Describe the bug
When the order total is €0, Mollie returns an error Amount is lower than the minimum, but it should transition to PaymentSettled. This can happen when a customers uses a gift card for example

To Reproduce
Steps to reproduce the behavior:

  1. Create a promotion that discounts €10 on every order
  2. Add an item to cart resulting in the order total being €0 after the discount is applied
  3. call createMolliePaymentIntent
  4. See error

Expected behavior
The Mollie plugin should return the configured thank-you or order-confirmation url, and the order should have transitioned to PaymentSettled

Environment (please complete the following information):

  • @vendure/core version: 2.2
  • Nodejs version 20
  • Database (mysql/postgres etc): MySQL

Additional context
I can pick this up :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants