Support

Home Forums Event Espresso Premium Mollie Gateway

Mollie Gateway

Posted: September 1, 2017 at 4:18 am

Viewing 1 reply thread


combiwel

September 1, 2017 at 4:18 am

Versions:
Event Espresso: 4.9.31.p
Event Espresso – iDeal Mollie Gateway (EE 4.6.15+)

The provided Mollie link is giving a time-out. Mollie says its due this issue:

{
“startedDateTime”: “2017-08-31T07:58:53.576Z”,
“time”: 108.23299999174196,
“request”: {
“method”: “POST”,
“url”: “https://www.mollie.com/paymentscreen/issuer/select/ideal/H7qQeujWdd”,
“httpVersion”: “HTTP/1.1”,
“headers”: [
{
“name”: “Cookie”,
“value”: “PHPSESSID=n7qs1kfr307806affpkhig2tl3; _hjIncludedInSample=1; m_locale=nl; _ga=GA1.2.1328130899.1502376435; _gid=GA1.2.2030376019.1504163767; __hstc=72412236.9a0a26169bb53eb656de137fd731a59f.1504163767708.1504163767708.1504163767708.1; __hssrc=1; hubspotutk=9a0a26169bb53eb656de137fd731a59f”
},

——

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.

You can test this at the following product: https://www.combiweljunior.nl/activiteit/poppenspel-groep-12-bs-de-boomgaard/ use a real email for receiving the correct payment link.

The form has expired, please try again


Josh

  • Support Staff

September 1, 2017 at 11:54 am

Hi there,

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.

Event Espresso