Support

Home Forums Event Espresso Premium Urgent Problem with Mijireh Checkout Integration EE4

Urgent Problem with Mijireh Checkout Integration EE4

Posted: January 20, 2015 at 2:47 pm

Viewing 4 reply threads


Nick

January 20, 2015 at 2:47 pm

Hello,

I am using EE4 and trying to setup a credit card card payment gateway with Mijireh.

I made all of the integrations needed, but when I go to process the payment, I get the following error:

“Error communicating with Mijireh: \n Problems with total: is not a number, must add up correctly to the items, discount, tax and shipping costs”

Screenshot here:

Test page here: http://wcaml.llobe.com/events/2015-west-coast-anti-money-laundering-forum/

Please help!


Tony

  • Support Staff

January 20, 2015 at 3:15 pm

Hi Nick,

Unfortunately whilst you are using your test account with Mijireh we can not test payments.

However, can you register for a single ticket with a total with less than 1,000?

Then if you create another ticket with a value of 1,000, does registering onto that single ticket alone cause then cause the same issue?


Nick

January 20, 2015 at 3:25 pm

Tony,

Thank you for your quick response. I have made the gateway live so we can test payments. Based on my trials, three

1) One ticket, less than $1000: Works
2) Multiple tickets, more/less than $1000: “Problems with total not a number” error
3) One ticket, more than $1000: “Uh oh, something bad happened” error

Can you help me fix #2 at least. It is critical that we are able to process multiple registrations with a single payment using credit cards.


Tony

  • Support Staff

January 20, 2015 at 4:06 pm

Hi Nick,

We have a fix included for this included within the next release of Event Espresso, this is currently under testing.

However if you are comfortable editing PHP files you can apply the fix to your version whilst we run it through official testing.

Open up event-espresso-core-reg/modules/gateways/Mijireh/EE_Mijireh.class.php

On line 96 you will find this:

return number_format($float, 2);

Change that line to this:

return number_format($float, 2, '.', '');

Then run through the above tests once again.


Josh

  • Support Staff

January 27, 2015 at 3:03 pm

Hi there,
This is fixed in Event Espresso 4.4.9.p, available now.

Viewing 4 reply threads

The support post ‘Urgent Problem with Mijireh Checkout Integration EE4’ 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