Reputation: 1996
The latest version of Stripe checkout looks to be buggy. I'm getting
Uncaught TypeError: Cannot read property 'precision' of null on Stripe Checkout
On my checkout code. It's the same error on their tutorial page https://stripe.com/docs/tutorials/checkout
It's on this line:
function Geolocation(){}
Geolocation.prototype.setLocation=function(loc){
this.precision=loc.precision;
...
This is on Chrome/Mac and Chrome/Linux... anyone else seeing it?
Upvotes: 3
Views: 409
Reputation: 752
I work on Stripe Checkout. We introduced a bug related to geolocating specific IP addresses at 00:34UTC and fixed it at 16:19UTC. It appears to have affected 49 users from a specific IP range over that period. Sorry for the trouble!
Upvotes: 2