Skip to content
Snippets Groups Projects
Commit 2d5d43cf authored by Ramakrishnan Muthukrishnan's avatar Ramakrishnan Muthukrishnan
Browse files

stripe-key is the Stripe Secret Key

Stripe developer dashboard provides a few keys and we specifically
need to use the secret key.
parent e752c851
No related branches found
No related tags found
1 merge request!30Expose a browser facing API for charge
......@@ -165,7 +165,7 @@ sample = ServerConfig
<*> (http <|> https)
<*> option str
( long "stripe-key"
<> help "Stripe API key" )
<> help "Stripe Secret key" )
opts :: ParserInfo ServerConfig
opts = info (sample <**> helper)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment