koudoku icon indicating copy to clipboard operation
koudoku copied to clipboard

Testing functionality at https://koudoku.herokuapp.com

Open jocubeit opened this issue 11 years ago • 10 comments

I've tried using a variety test card numbers as published at https://stripe.com/docs/testing to see Koudoku working, but I keeping getting "There was a problem processing this transaction." and "Your card was declined.". Understandably, I don't want to provide real credit card details to a test app; is there a combination of details that work?

jocubeit avatar May 15 '14 21:05 jocubeit

+1

todddickerson avatar May 16 '14 20:05 todddickerson

+1

evolve2k avatar May 18 '14 13:05 evolve2k

Have you all tried 4242424242424242? That's what I use all the time. Any expiration date (in the future) and security code.

andrewculver avatar May 18 '14 13:05 andrewculver

I tried that credit card number just now. I'm getting this.

stripe subscriptions on rails koudoku

evolve2k avatar May 18 '14 13:05 evolve2k

Ah, gotcha! I didn't catch that this was about the demo site. You're right, it's in production mode. Will fix this up and post an update in this thread.

andrewculver avatar May 18 '14 14:05 andrewculver

Oh while you're there maybe add the dummy credit card number to use to the yellow text on that page.

I knew of it but still went to hunt for the actual number would be awesome if it was right there for when people trying out the demo.

Thanks!

On 19 May 2014, at 12:05 am, Andrew Culver [email protected] wrote:

Ah, gotcha! I didn't catch that this was about the demo site. You're right, it's in production mode. Will fix this up and post an update in this thread.

— Reply to this email directly or view it on GitHub.

evolve2k avatar May 18 '14 23:05 evolve2k

Is the demo app available as a repo somewhere so we can just spin it up locally in the mean time?

evolve2k avatar May 20 '14 04:05 evolve2k

bump.

evolve2k avatar Jun 30 '14 03:06 evolve2k

I'm assuming you just haven't had time to update your stripe credentials and stuff around working out how to do it off the top of your head. In case it's because you haven't had time to look it up here's the quickest way to get it sorted. Not trying to say you don't know what to do, just wanting to be of service to save you stuffing around.

  1. Grab test API keys from your stripe dashboard. (https://dashboard.stripe.com/account/apikeys)

  2. Run these commands from the terminal (replacing these dummy keys)

    $ heroku config:set STRIPE_SECRET_KEY='sk_test_sfwdummyexample2kjhfdklhkds' -a koudoku $ heroku config:set STRIPE_PUBLISHABLE_KEY='pk_test_bnwdummyexampleh42jk' -a koudoku

Sorted! ;)

evolve2k avatar Jul 01 '14 09:07 evolve2k

+1

drobazko avatar Jul 23 '14 07:07 drobazko