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 details)

Uploaded Source

File details

Details for the file django-shop-ceca-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-shop-ceca-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ad0d1ed4ca5581ea7020c394423b3bb4dae8bd8590cca892cb888a5d4abb03aa
MD5 e47511b9a925f1e9085bb945c659dffd
BLAKE2b-256 3c48145d4a12b90db34ca58a7f308545e57e90c0b70a4c85b19b2025e2c16719

See more details on using hashes here.

Supported by

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