What has happened to the Google jsapi for inapp purchases? This code worked 2 days ago and stopped working yesterday.
I load the script from here
and then load the payments:
google.load('payments', '1.0', {
'packages': ['sandbox_config']
});
Then when I call the purchase:
goog.payments.inapp.buy({ etc ...
I get is a script error 'goog' is undefined.