ColdFusion-Stripe-CFC icon indicating copy to clipboard operation
ColdFusion-Stripe-CFC copied to clipboard

wording on readme

Open agentfitz opened this issue 10 years ago • 1 comments

Thanks for this awesome cfc. You da man!

For me, this wording is confusing:

Within your Application.cfc place the following code: application.stripeApiKey = 'YOUR STRIPE SECRET PUBLISHABLE KEY';

So should the stripeApiKey be the secret key or the publishable key? Stripe gives us both and I'm not sure which one to use here. Thanks

stripe_shot

agentfitz avatar Jul 29 '14 20:07 agentfitz

Ok, after attempting this, it appears to be the secret key that is needed, not the publishable key.

agentfitz avatar Jul 29 '14 20:07 agentfitz