You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on a click event and I get the error. "Uncaught TypeError: Cannot read property 'bind' of undefined"
Pretty sure its something to do with the code in line 34 of stripe_client.js. (Oauth.initateLogin).
Was wondering if anyone could explain what this error is about or give me a brief descriotipn on ".initiateLogin".
P.S: I am getting the same error when I used this package.(https://github.com/macmartine/stripe). So I am pretty sure the packages are fine, I am defnitly missing a step to implement this package. Am I missing some dependicies maybe?
The text was updated successfully, but these errors were encountered:
I have basically called for
StripeOAuth.requestCredential();
on a click event and I get the error. "Uncaught TypeError: Cannot read property 'bind' of undefined"
Pretty sure its something to do with the code in line 34 of stripe_client.js. (Oauth.initateLogin).
Was wondering if anyone could explain what this error is about or give me a brief descriotipn on ".initiateLogin".
P.S: I am getting the same error when I used this package.(https://github.com/macmartine/stripe). So I am pretty sure the packages are fine, I am defnitly missing a step to implement this package. Am I missing some dependicies maybe?
The text was updated successfully, but these errors were encountered: