An open API service indexing awesome lists of open source software.

https://github.com/accessd/payments


https://github.com/accessd/payments

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Payments

Complete MVC solution to accept charges from users on your Ruby on Rails site

## Installation

Add to Gemfile:

```ruby
gem 'payments'

```

run

rails g payments:migrations
rails db:migrate
rails g payments:views

## Using

Generator copied views to app/views/charges

Edit markup of charge form in new.html.erb