Sha256: fed676830c77864dbd855cc4a136348cfd4e1ad3e69583d4da04264ab31494ac

Contents?: true

Size: 1.44 KB

Versions: 6

Compression:

Stored size: 1.44 KB

Contents

[![Build Status](https://travis-ci.org/killbill/killbill-litle-plugin.png)](https://travis-ci.org/killbill/killbill-litle-plugin)
[![Code Climate](https://codeclimate.com/github/killbill/killbill-litle-plugin.png)](https://codeclimate.com/github/killbill/killbill-litle-plugin)

killbill-litle-plugin
=====================

Plugin to use Litle & Co. as a gateway.

Requirements
------------

The plugin needs a database. The latest version of the schema can be found here: https://raw.github.com/killbill/killbill-litle-plugin/master/db/ddl.sql.


Configuration
-------------

The plugin expects a `litle.yml` configuration file containing the following:

```
:litle:
  :merchant_id: 'your-merchant-id'
  :password: 'your-password'
  :username: 'your-username'
  # Optional, if you are using PayPage
  :secure_page_url: 'litle-secure-page-url'
  :paypage_id: 'litle-paypage-id'
  :log_file: '/var/tmp/litle.log'
  # Switch to false for production
  :test: true

:database:
  :adapter: 'sqlite3'
  :database: 'test.db'
# For MySQL
#  :adapter: 'jdbc'
#  :username: 'your-username'
#  :password: 'your-password'
#  :driver: 'com.mysql.jdbc.Driver'
#  :url: 'jdbc:mysql://127.0.0.1:3306/your-database'
```

By default, the plugin will look at the plugin directory root (where `killbill.properties` is located) to find this file.
Alternatively, set the Kill Bill system property `-Dcom.ning.billing.osgi.bundles.jruby.conf.dir=/my/directory` to specify another location.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
killbill-litle-1.0.10 README.md
killbill-litle-1.0.9 README.md
killbill-litle-1.0.8 README.md
killbill-litle-1.0.6 README.md
killbill-litle-1.0.5 README.md
killbill-litle-1.0.3 README.md