After mollie paid successfully, order is in 'Error' status mode
After paying for an order with Mollie and getting redirected back to the store, i get sent to the 'error' page setup in Mollie configuration in Vendr (in my case the cart) and the order gets the status 'Error' as well, but the payment status is 'Captured'. I have no idea what's going wrong and can't see anything related to it in the log. I have set the log-level of Umbraco to 'Debug' with the following in appsettings.json:
After mollie paid successfully, order is in 'Error' status mode
After paying for an order with Mollie and getting redirected back to the store, i get sent to the 'error' page setup in Mollie configuration in Vendr (in my case the cart) and the order gets the status 'Error' as well, but the payment status is 'Captured'. I have no idea what's going wrong and can't see anything related to it in the log. I have set the log-level of Umbraco to 'Debug' with the following in appsettings.json:
These are the relevant log entries, i'm using ngrok for local development in combination with Mollie
Anybody have an idea what can be going wrong?
Hi Jeroen,
Generally speaking I think this should only really occur if the amount authorized by the payment gateway is different to the total of the order.
Does it look like the transaction amount is different to the order amount?
Ah yes, i have a custom OrderLineCalculator which was not calculating correctly which caused the amounts sent to Mollie to differ.
Ahh, glad you were able to find a solution 👍
is working on a reply...