Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 1.04 KB

README.textile

File metadata and controls

36 lines (21 loc) · 1.04 KB

UNMAINTAINED

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