#Andressa
1 messages · Page 1 of 1 (latest)
hi! hmm, I'm not familiar with what you're trying to do here, and I think I need to see a lot more of the code
but for example why not simply initialise the library like normal, maybe with some fake string like sk_test_notarealkey or so on, if you're not going to make any actual calls?
like Stripe.apiKey = "sk_test_notarealkey" ?
when i use something like this, i got this error:
Invalid API Key provided: sk_test_*******lkey
maybe that's because it's trying to make a real API request at some point?