简体   繁体   中英

Setting up a dummy payment gateway for testing in rails

I am new to the rails world and am in the process of setting up a small rails app for a client. One of the requirements is that I want to set a payment system for test purpose .

For something quick, I would use Stripe. It has minimal backend setup, a gem, and (if you are into TDD) is easy to create tests with using given test card data.

gem install stripe

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM