Chuck
Chuck

Reputation: 685

Is there an ActiveMerchant for Sinatra?

What payment gateway library works with Sinatra if you're looking to add ecommerce functionality to your app?

Upvotes: 4

Views: 1054

Answers (1)

Matchu
Matchu

Reputation: 85784

ActiveMerchant works excellently as a stand-alone library, as well as a Rails plugin.

It was developed to for (sic) usage in Ruby on Rails web applications and integrates seamlessly as a plugin but it also works excellently as a stand alone library.

gem install activemerchant

Upvotes: 6

Related Questions