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
Post a Comment