Repository is archived
No commit activity in last 3 years
No release in over 3 years
Gem consist of a generator 'przelewy24'. Application that have products for sale finally sends the form to Przelewy24 service. All transaction security and verification is held by generated files and Przelewy24 side. For Rails 2.x use version 0.0.2
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

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