eSortCode

Get Version

0.9.2

→ ‘esortcode’

What

An interface to the eSortCode.com UK bank and credit card
validation service.

WARNING: These docs apply to the currently in development release as I don’t think anyone else is using this yet.

Installing

sudo gem install esortcode

or for the development version

sudo gem install geoffgarside-esortcode -s http://gems.github.com/

The basics

client = Esortcode::Client.new('user', 'license_id')

Demonstration of usage

Forum

No forum has been created yet, if you would like to get in contact please use either the
email address listed for the gem or send me a private message through GitHub

How to submit patches

Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above.

You can fetch the source from either:

git clone git://rubyforge.org/esortcode.git
git clone git://github.com/geoffgarside/esortcode.git

Build and test instructions

cd esortcode
rake test
rake install_gem

License

This code is free to use under the terms of the MIT license.

Contact

Comments are welcome. Send an email to Geoff Garside or via GitHub

Geoff Garside, 5th September 2008
Theme extended from Paul Battley