krishamoud / meteor-accounts-stripe

stripe connect package
10 stars 11 forks source link

Uncaught TypeError: Cannot read property 'bind' of undefined #8

Open shacks opened 8 years ago

shacks commented 8 years ago

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?