Is Stripe Checkout Broken?

The latest version of Stripe checkout looks buggy. I get

Uncaught TypeError: Cannot read property 'precision' of null on Stripe Checkout

      

In my control code. This is the same error on the man page https://stripe.com/docs/tutorials/checkout

In this line:

function Geolocation(){}
Geolocation.prototype.setLocation=function(loc){
   this.precision=loc.precision;
...

      

This is on Chrome / Mac and Chrome / Linux ... does anyone else see it?

+3


source to share


1 answer


I am working on Stripe Checkout. We introduced an error related to geolocation of specific IP addresses at 00: 34UTC and fixed it at 16: 19UTC. It appears to have affected 49 users from a specific IP range during this period. Excuse for troubling!



+2


source







All Articles