My favorites | Sign in
Project Logo
                
Code license: New BSD License
Labels: satchmo, payment, realex, django
Feeds:
People details
Project owners:
  andre.miras
Project committers:
deuns.martinez

Introduction

This is an implementation of Realex Payments as a Satchmo custom payment module.

Please find out more regarding it's integration to Satchmo. http://www.satchmoproject.com/trac/ticket/810

Install instructions

1) Check out the code:

$ svn checkout http://satchmo-realex-payments.googlecode.com/svn/trunk/ realex

2) Modify your settings

In order to enable realex payment processor, you must add it to the CUSTOM_PAYMENT_MODULES variable in your local_settings.py:

'CUSTOM_PAYMENT_MODULES' : ['realex'],

3) Copy the XML template

Move request.xml template into templates/checkout/realex/

4) Configure Realex payment through settings interface

"Realex Payment" section in http://example.com/settings/









Hosted by Google Code