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
config :stripity_stripe, secret_key: "YOUR SECRET KEY"
SHOULD BE:
config :stripity_stripe, api_key: "YOUR SECRET KEY"
otherwise the Authorization header will not be created properly and all calls will fail. (I wasted over an hour debugging this)
The text was updated successfully, but these errors were encountered:
update read me
c370b95
close beam-community#381
update read me (#384)
8ada585
* update read me close #381 * add config * add stripe version for 2.x * reword
Successfully merging a pull request may close this issue.
config :stripity_stripe, secret_key: "YOUR SECRET KEY"
SHOULD BE:
config :stripity_stripe, api_key: "YOUR SECRET KEY"
otherwise the Authorization header will not be created properly and all calls will fail. (I wasted over an hour debugging this)
The text was updated successfully, but these errors were encountered: