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?