Sha256: 4cc149ba9b186a652463581a90d2435e49e1b482282b561f86b40237fef8b217

Contents?: true

Size: 818 Bytes

Versions: 2

Compression:

Stored size: 818 Bytes

Contents

= payone_connect

This is a super simple wrapper around the API for the payment service provider payone (http://www.payone.de)

== Installation
=== Via github
  gem install phuesler-payone_connect
=== Via gem cutter (http://www.gemcutter.org)
  gem install gemcutter
  gem tumble
  gem install payone_connect

== Usage

  require 'payone_connect'
  
  payone = PayoneConnect.new(api_key,params_hash)
  puts payone.request[:status]

== Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
* Send me a pull request. Bonus points for topic branches.

== Copyright

Copyright (c) 2009 Patrick Huesler. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
payone_connect-0.1.2 README.rdoc
payone_connect-0.1.1 README.rdoc