Setting up a dummy payment gateway for testing in rails -


i new rails world , in process of setting small rails app client. 1 of requirements want set payment system test purpose .

for quick, use stripe. has minimal backend setup, gem, , (if tdd) easy create tests using given test card data.

gem install stripe 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -