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
- Host: GitHub
- URL: https://github.com/danielweinmann/unlock_paypal
- Owner: danielweinmann
- License: mit
- Created: 2014-11-08T13:26:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T18:32:35.000Z (over 9 years ago)
- Last Synced: 2025-03-11T16:44:52.585Z (over 1 year ago)
- Language: Ruby
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# UnlockPaypal [](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.