Skip to content
New issue

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

Documentation error: Configuration section says "secret_key" but code calls "api_key"! #381

Closed
bsollish-terakeet opened this issue Jun 8, 2018 · 0 comments · Fixed by #384

Comments

@bsollish-terakeet
Copy link

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)

snewcomer added a commit to snewcomer/stripity_stripe that referenced this issue Jun 9, 2018
begedin pushed a commit that referenced this issue Jun 11, 2018
* update read me

close #381

* add config

* add stripe version for 2.x

* reword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant