{ "info": { "author": "Jose Sanchez Moreno", "author_email": "jose@o2w.es", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "====================\ndjango-shop-ceca\n====================\n\nThis module is a payment backend module for django-SHOP, for the CECA Tpv\n\nInstallation\n============\nUsing pip::\n\n pip install django-shop-ceca\n\nTPV Configuration in django shop\n====================\n\nIn order to shop ceca to work, you will need to include 'shop_ceca' in your INSTALLED_APP\n\nINSTALLED_APP = (\n ...\n 'shop_ceca'\n)\n\nAfter that, you will need to especify the tpv configuration in settings\n\nSHOP_CECA = {\n \"merchant_id\": \"...\",\n \"acquirer_bin\": \"...\",\n \"clave_encriptacion\": \"....\",\n \"terminal_id\": \"....\",\n 'TEST': True # Set to true if you want the test eviroment.\n}\n\n\n* Shop configuration\nAdd 'shop_ceca.offsite_ceca.OffsiteCecaBackend' to SHOP_PAYMENT_BACKENDS\n\nSHOP_PAYMENT_BACKENDS = (\n 'shop_ceca.offsite_ceca.OffsiteCecaBackend',\n)\n\n\nChanges\n====================\n0.1.0: First release to the public.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/josesanch/django-shop-ceca", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-shop-ceca", "package_url": "https://pypi.org/project/django-shop-ceca/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-shop-ceca/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/josesanch/django-shop-ceca" }, "release_url": "https://pypi.org/project/django-shop-ceca/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A pluggable Django application for integrating ceca tpv Payments", "version": "0.1.0" }, "last_serial": 860973, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e47511b9a925f1e9085bb945c659dffd", "sha256": "ad0d1ed4ca5581ea7020c394423b3bb4dae8bd8590cca892cb888a5d4abb03aa" }, "downloads": -1, "filename": "django-shop-ceca-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e47511b9a925f1e9085bb945c659dffd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4560, "upload_time": "2013-09-09T15:29:19", "url": "https://files.pythonhosted.org/packages/3c/48/145d4a12b90db34ca58a7f308545e57e90c0b70a4c85b19b2025e2c16719/django-shop-ceca-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e47511b9a925f1e9085bb945c659dffd", "sha256": "ad0d1ed4ca5581ea7020c394423b3bb4dae8bd8590cca892cb888a5d4abb03aa" }, "downloads": -1, "filename": "django-shop-ceca-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e47511b9a925f1e9085bb945c659dffd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4560, "upload_time": "2013-09-09T15:29:19", "url": "https://files.pythonhosted.org/packages/3c/48/145d4a12b90db34ca58a7f308545e57e90c0b70a4c85b19b2025e2c16719/django-shop-ceca-0.1.0.tar.gz" } ] }