简体   繁体   中英

Is Stripe Checkout broken?

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?

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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM