One of our clients was complaing that Square wasn’t working for them.
We are using the Web payments SDK.
After doing some tests, we determined that this problem happens on Chromium, version 79.0.3945.0 (from 2019, apparently), but not on Chromium’s newest version, or in any other browser we tested.
So our question is:
Is there anything we can do about this?
Is it likely that this a bug with this browser, that was fixed later on, or could this be some old browser dependency we are missing?
Any information on the subject would be appreciated.
Thank you.
I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:
If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.
The problem is the form. The form does not load at all.
It seems a problem happens while loading the square.js script.
Calling “window.square.someOtherMethod” (like when we do: payments = window.Square.payments(appId, locationId)) does not work, because the “square” attribute on “window” is not loaded
This doesn’t happen in any other browser I’ve tested, but it does happen on chromium on that specific version.
Im assuming its a problem with the browser, not with square itself, but maybe somebody had a similar problem and there is something I can add to javascript to make it work
@Bryan-Square , @gustavo
Hello, I am Sushma,
Currently, I am also facing the same issue,
So, can you please help me on this.
The form does not load, and am only able to see button there, no CVV, card, expriy date fields.
The code is given below. Am i doing something wrong?
Is there a reason your still using Chromium, version 79.0.3945.0? This version is almost 5 years old. Browsers should be updated to keep up with all the security updates.