Sha256: 25e3f663a69e0c6f39a76ee3749b4d8059101af1aa8196d3528ad9c80523712f

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 KB

Contents

= Adyen

Package to simplify including the Adyen payments services into a Ruby on Rails application.

Adyen integration relies on three modes of communication between Adyen, your server and
your client/customer:

* Client-to-Adyen communication using forms and redirects.
* Adyen-to-server communications using notifications.
* Server-to-Adyen communication using SOAP services.

This library aims to ease the implementation of all these modes into your application.
Moreover, it provides matchers, assertions and mocks to make it easier to implement an
automated test suite to assert the integration is working correctly.

== Installation

This plugin can either be installed as gem or Rails plugin:

    gem install wvanbergen-adyen --source http://gems.github.com    # as gem
    script/plugin install git://github.com/wvanbergen/adyen.git     # as plugin

== Usage

See the project wiki on http://wiki.github.com/wvanbergen/adyen to get started.

* For more information about Adyen, see http://www.adyen.com
* For more information about integrating Adyen, see their manuals at
  http://support.adyen.com/links/documentation

== About

This package is written by Michel Barbosa and Willem van Bergen for Floorplanner.com, and
made public under the MIT license (see LICENSE). It comes without warranty of any kind, so
use at your own risk.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
adyen-0.1.5 README.rdoc