[go: up one dir, main page]

Skip to content

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

Notifications You must be signed in to change notification settings

jcieslar/przelewy24

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published