The POST made to the paymentUrl need to be a redirect (GET) to solve the time-out issue. The error says in dutch: “The form has expired, please try again”. We still can proceed the check-out.
Can you try making the following modification to line 82 of the Mollie plugin’s payment_methods/Ideal_Mollie/EEG_Ideal_Mollie.gateway.php file?
It currently has this: $payment->set_redirect_args( $redirect_args );
You can comment that code out so it will be this instead: // $payment->set_redirect_args( $redirect_args );
Then save the file.
Viewing 1 reply thread
The support post ‘Mollie Gateway’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.