apigy / selfstarter

Roll your own crowdfunding
selfstarter.us
Other
3.17k stars 1.63k forks source link

Stripe is ready to go #67

Open paterson opened 10 years ago

paterson commented 10 years ago

Hey there.

I've created a branch that uses Stripe, not Amazon Payments. It's here:

https://github.com/paterson/selfstarter/tree/stripe

If you create a new branch called stripe I'll push it up to that and leave it there.

I'm happy to leave the master using Amazon Payments but give people the option to use Stripe by using a different branch.

Thoughts?

stephencirving commented 10 years ago

Hi paterson.

I am new to rails. How do I clone the branch with stripe?

paterson commented 10 years ago

Hey Stephen,

My pull request branch is here -

https://github.com/paterson/selfstarter/tree/stripe.

The git url for that is git@github.com:paterson/selfstarter.git

So simply run

git clone -b stripe git@github.com:paterson/selfstarter.git

Or you can clone the whole repo then run

git checkout stripe to change to the stripe branch.

Have fun with Rails! Niall

vmayoral commented 9 years ago

@paterson thanks for pushing this forward. I tried your branch with Stripe and here's what i get when i launch the app:

captura de pantalla 2014-11-25 a la s 22 32 12

captura de pantalla 2014-11-25 a la s 22 32 17

(working on this tree https://github.com/erlerobot/selfstarter) Would you mind commenting on this matter? @ahcorde any thoughts?

vmayoral commented 9 years ago

@paterson after this commit it seems i moved forward. However now i face the following error:

captura de pantalla 2014-11-25 a la s 23 24 21

Tried both with my keys and with the ones provided. Still nothing. Any suggestions?