mollie / laravel-mollie

Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Socialite
https://www.mollie.com/
MIT License
322 stars 62 forks source link

Test environment not displaying errors after selecting a failed purchase state #244

Closed ricardoappx closed 1 month ago

ricardoappx commented 2 months ago

I've set up a test environment for mollie payments on a test server. Simulating a payment while setting the state to paid works fine, but when selecting the the failed state (including the forced card errors with the tabled magical amounts) there's no error displayed.

Expected Behavior

When a payment fails, an error message should be displayed with the reason why the payment failed, with and without magical amounts.

Current Behavior

When following through with the failed payment, it redirects to the select-method page with no errors displayed. In the mollie dashboard with test mode enabled, the failed payments also don't register.

Steps to Reproduce (for bugs)

Your Environment

Naoray commented 2 months ago

Hi @ricardoappx,

Can you share the steps to reproduce this error? A code snippet would be great to pinpoint the issue. Thanks!

sandervanhooft commented 1 month ago

Closing this for now, let me know if it should be reopened.