You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
Hi ,
I think i found an error, i'am currently using mollie as recurring solution . One of my client has deleted its mandate before the trial expires, and when the payment was processed an order with a mollie temporary id was created but without any status. The worst thing is the subscription has benn renewed for 2 months instead of stopping.
Thanks for the ❤️ ! For the alpha testing of v2, please register here.
And thanks for reporting.
I'm seeing in your logs that the Laravel\Cashier\Exceptions\InvalidMandateException gets thrown (by this line), which is a good start.
This exception is not handled yet (haven't had this case before); catching it and triggering Order::handlePaymentFailed() will fix it. We'll patch this today.
This should prevent this issue in the future. However, you may need to call $order->handlePaymentFailedDueToInvalidMandate() manually on the order that went wrong before. According to your logs this order has ID 109.
Hi ,
I think i found an error, i'am currently using mollie as recurring solution . One of my client has deleted its mandate before the trial expires, and when the payment was processed an order with a mollie temporary id was created but without any status. The worst thing is the subscription has benn renewed for 2 months instead of stopping.
Error links ->https://sentry.io/share/issue/9f28f928f30440c19c1a9832a08289cd/
PS: if you need any help with the alpha , it will be pleasure to helps
Thank you for your time .
F.L
The text was updated successfully, but these errors were encountered: