Posted: January 15, 2017 at 11:21 am
During checkout when using the QuickBooks integration the page fails with a client side JavaScript error when submitting. The error occurs in event-esspresso-core-reg/modules/single_page_checkout/js/single_page_checkout.js in the process next step function starting on line 734. The stack of the error debugged on the client is as follows: Uncaught TypeError: SPCO.registration_session_expiration.getTime is not a function process_next_step @ single_page_checkout.js?ver=4.9.23.p&nocache=1:746 At this point the client never posts to the server and the UI only displays a spinning gear and the order is never processed. The current workaround is to comment out the SPCO function within the if step = payment_options. //SPCO.registration_session_expiration = SPCO.registration_session_expiration.setTime( This is only a stopgap and likely the session expiration time being set may ultimately fail under some scenarios that we haven’t yet tested. Ideally the getTime exception should be properly resolved but we spent no time troubleshooting what the most appropriate fix would be not knowing the implications in EE. This failure reliably occurs in multiple browsers, notably Chrome and Safari. Entire method as currently being used to workaround the issue: /** // ****DERTY***** BEGIN CHANGES |
|
Hi there, The error that you reported does not look familiar so I setup Event Espresso 4.9.25 and the current QuickBooks on a testing site and connected it to the app. Then I completed a paid registration: https://cl.ly/2V030w2d2u2x Could you share more feedback about your site environment? If you go to your WordPress dashboard (WP-admin) –> Event Espresso –> Help & Support, then just past the mid way point on that page, you’ll see the Important Information section. Could you share that information here in a reply please? Also, I see that you have only QuickBooks running for payment processing but did you run into any other issues with any other payment methods? — |
|
WordPress Version: 4.7.1 We only need Quickbooks for payment so I haven’t tried any other payment method. |
|
You can try updating to 4.9.25.p, then check to see if the error persists. If the error does persist after updating to 4.9.25.p, you can go to Event Espresso > General Settings > Admin Options, then you set Encode Session Data? to Yes. |
|
The support post ‘Quickbooks Payment Gateway Not Processing’ 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.