Quote Originally Posted by carlwhat View Post
ok, @Nick1973 and whoever else is paying attention, this is what i have found.
  • we have 2 event listeners competing for the same event.
  • when, the square_webpay event listener gets registered first, there is a successful transaction.
  • when the OPC event listener gets registered first, the square submittal does not happen, and hence there is no token that gets submitted as part of the form.
  • i have no idea why on some sites, the event listener gets registered first in OPC and other times square_webpay.
  • i am working on addressing that.


as a test, leave Minify set to FALSE - always... until the problem is resolved.

try commenting out these 2 lines:

https://github.com/lat9/one_page_che...ut_one.js#L545
https://github.com/lat9/one_page_che...ut_one.js#L568

and try placing an order.
So is this the fix? Or do I need to wait for you to further investigate?