jcieslar / przelewy24

This is the gem that consist of generator, to generate files to play with polish payment service Przelewy24.pl

Home Page:http://rails-przelewy24.jgodawa.megivps.pl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails-przelewy24 gem

What it is?

  • This is the gem that consist of generator, to generate files to play with polish payment service Przelewy24.pl
  • Generator creates model, controller and views for dealing with Przelewy24.

What for?

  • Application that have products to sell finally sends the form to Przelewy24 service. All transaction security and verification is held by generated files and Przelewy24 side.

Installation on Rails 3 app

Add this to your Gemfile
gem 'rails-przelewy24'

Then install it
bundle install

Generate the files for Przelewy24 with ModelName and Przelewy24 SellerID
rails generate przelewy24 payment 1034

and you are free to connect your product/services models with generated files so they can provide you with connection to the Przelewy24.pl service.

Contribute

Thanks for forking and helping!

major issues:
- rspecs or tests to gem needs to be done

License

Copyright © 2010 Jakub Godawa, released under the MIT license

About

This is the gem that consist of generator, to generate files to play with polish payment service Przelewy24.pl

http://rails-przelewy24.jgodawa.megivps.pl