wpmudev / pro-sites

51 stars 72 forks source link

errors in api calls #3

Open mrbm opened 5 years ago

mrbm commented 5 years ago

Getting errors in my stripe because prosites is making requests to /v1/subscriptions/ which...apparently used to be cool by stripe but now its not cool and they want /v1/subscription

Wondering if I could get some help in knowing where in pro-sites that request is being made so I could make an update to it? Having trouble finding it after digging.

Thanks

ecv7 commented 4 years ago

@mrbm, same problem over here! Did you get any response or solution?

This is my log error: I have no idea why...

"error": { "code": "secret_key_required", "doc_url": "https://stripe.com/docs/error-codes/secret-key-required", "message": "This API call cannot be made with a publishable API key. Please use a secret API key. You can find a list of your API keys at https://dashboard.stripe.com/account/apikeys.", "type": "invalid_request_error"