mollie / magento2

Mollie Payments for Magento 2
https://www.mollie.com
Other
101 stars 52 forks source link

Suddenly Bad Request 400 #588

Closed HRR1337 closed 1 year ago

HRR1337 commented 1 year ago

Describe the bug Normally the person can just pay with Mollie, now there is an issue:

Mollie.INFO: info: Function: getActiveMethods: [2022-11-22T18:33:11+0000] Error executing API call (400: Bad Request): The amount is lower than the minimum. Field: amount. Documentation: https://docs.mollie.com/overview/handling-errors [] []

Used versions

To Reproduce Steps to reproduce the behavior:

  1. Go to product
  2. Click on add to cart
  3. Fill in form to checkout, select iDeal for instance
  4. See error 'an error occured on the server...'
  5. Check the logs and notice the error: Mollie.INFO: info: Function: getActiveMethods: [2022-11-22T18:33:11+0000] Error executing API call (400: Bad Request): The amount is lower than the minimum. Field: amount. Documentation: https://docs.mollie.com/overview/handling-errors [] []

Expected behavior No error, people can pay.

HRR1337 commented 1 year ago

UPDATE:

It was the elasticsearch. It went out of memory, and when its out of memory and its getting shut down, you cant pay..

Will close this issue now.