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

https://github.com/danielweinmann/unlock_paypal

paypal-recurring integration with Unlock
https://github.com/danielweinmann/unlock_paypal

Last synced: about 1 year ago
JSON representation

paypal-recurring integration with Unlock

Awesome Lists containing this project

README

          

# UnlockPaypal [![Code Climate](https://codeclimate.com/github/danielweinmann/unlock_paypal.png)](https://codeclimate.com/github/danielweinmann/unlock_paypal)

paypal-recurring integration with [Unlock](http://github.com/danielweinmann/unlock) recurring crowdfunding platform

## Installation

Add this line to your Unlock application's Gemfile:

``` ruby
gem 'unlock_paypal'
```

And then execute:

``` terminal
bundle
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

This project rocks and uses MIT-LICENSE.