Skip to main content

A pluggable Django application for integrating ceca tpv Payments

Project description

====================
django-shop-ceca
====================

This module is a payment backend module for django-SHOP, for the CECA Tpv

Installation
============
Using pip::

pip install django-shop-ceca

TPV Configuration in django shop
====================

In order to shop ceca to work, you will need to include 'shop_ceca' in your INSTALLED_APP

INSTALLED_APP = (
...
'shop_ceca'
)

After that, you will need to especify the tpv configuration in settings

SHOP_CECA = {
"merchant_id": "...",
"acquirer_bin": "...",
"clave_encriptacion": "....",
"terminal_id": "....",
'TEST': True # Set to true if you want the test eviroment.
}


* Shop configuration
Add 'shop_ceca.offsite_ceca.OffsiteCecaBackend' to SHOP_PAYMENT_BACKENDS

SHOP_PAYMENT_BACKENDS = (
'shop_ceca.offsite_ceca.OffsiteCecaBackend',
)


Changes
====================
0.1.0: First release to the public.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-shop-ceca-0.1.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page