We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried running stripe (StripeConfig (StripeKey stripeSecretKey) Nothing) getPlans and got the error:
stripe (StripeConfig (StripeKey stripeSecretKey) Nothing) getPlans
Left (StripeError {errorType = ParseFailure, errorMsg = "parsing Int failed, expected Number, but encountered Null", errorCode = Nothing, errorParam = Nothing, errorHTTP = Nothing})
I have tried other endpoints like createPlan and createCustomer and they are working fine.
My stripe-haskell, stripe-core, and stripe-http-client versions are 2.6.2
I tried it with both my live and test keys.
The text was updated successfully, but these errors were encountered:
It's returning an error because plans got moved to products
Sorry, something went wrong.
No branches or pull requests
I tried running
stripe (StripeConfig (StripeKey stripeSecretKey) Nothing) getPlans
and got the error:I have tried other endpoints like createPlan and createCustomer and they are working fine.
My stripe-haskell, stripe-core, and stripe-http-client versions are 2.6.2
I tried it with both my live and test keys.
The text was updated successfully, but these errors were encountered: