ComproPago payment processor for Django-LFS
Project description
==============
LFS Compropago
==============
`Django LFS <http://getlfs.com/>`_ payment processor plugin for `Compropago <https://compropago.com/>`_, a Payment gateway that accepts payments in well known convenience stores across Mexico.
Installation
============
Modify ``buildout.cfg``. Add ``lfs-compropago`` to ``develop`` and ``eggs``::
[buildout]
....
develop =
src/lfs-compropago
eggs =
django-lfs
...
lfs-compropago
Modify your ``settings.py``
---------------------------
First add ``CompropagoProcessor`` to the list of available payment processors.
It should look like this:
.. code:: python
LFS_PAYMENT_METHOD_PROCESSORS = [
...
["lfs_compropago.CompropagoProcessor", _(u"Compropago")],
]
Also add it to ``INSTALLED_APPS``:
.. code:: python
INSTALLED_APPS = (
...
'lfs_compropago',
)
Now add settings for your compropago account:
.. code:: python
COMPROPAGO_API_KEY = "UwG9SYdHvh7bZ6eFA3242xxyyzz"
Finally, add url routingsin your ``urls.py``:
.. code:: python
urlpatterns += patterns("",
...
(r'^compropago/', include('lfs_compropago.urls')),
)
Restart Django.
After restart, go to "Manage -> Payment methods", add a new one, and select
"Compropago" on "Module" field.
Contributing
============
Submit bugs and issues to the `GitHub repository <https://github.com/tzicatl/lfs-compropago>`_.
AUTHORS
=======
If you have contributed to this package feel free to add your name and email to the list.
* Noe Nieto <nnieto@noenieto.com>
=======
CHANGES
=======
0.3 (2016-01-17)
----------------
* Compatibility with API version 1.1
0.2 (2015-12-27)
----------------
* Improve documentation and packaging.
0.1 (2015-12-01)
----------------
* Initial release to PyPI.
* Functional Payment processor.
LFS Compropago
==============
`Django LFS <http://getlfs.com/>`_ payment processor plugin for `Compropago <https://compropago.com/>`_, a Payment gateway that accepts payments in well known convenience stores across Mexico.
Installation
============
Modify ``buildout.cfg``. Add ``lfs-compropago`` to ``develop`` and ``eggs``::
[buildout]
....
develop =
src/lfs-compropago
eggs =
django-lfs
...
lfs-compropago
Modify your ``settings.py``
---------------------------
First add ``CompropagoProcessor`` to the list of available payment processors.
It should look like this:
.. code:: python
LFS_PAYMENT_METHOD_PROCESSORS = [
...
["lfs_compropago.CompropagoProcessor", _(u"Compropago")],
]
Also add it to ``INSTALLED_APPS``:
.. code:: python
INSTALLED_APPS = (
...
'lfs_compropago',
)
Now add settings for your compropago account:
.. code:: python
COMPROPAGO_API_KEY = "UwG9SYdHvh7bZ6eFA3242xxyyzz"
Finally, add url routingsin your ``urls.py``:
.. code:: python
urlpatterns += patterns("",
...
(r'^compropago/', include('lfs_compropago.urls')),
)
Restart Django.
After restart, go to "Manage -> Payment methods", add a new one, and select
"Compropago" on "Module" field.
Contributing
============
Submit bugs and issues to the `GitHub repository <https://github.com/tzicatl/lfs-compropago>`_.
AUTHORS
=======
If you have contributed to this package feel free to add your name and email to the list.
* Noe Nieto <nnieto@noenieto.com>
=======
CHANGES
=======
0.3 (2016-01-17)
----------------
* Compatibility with API version 1.1
0.2 (2015-12-27)
----------------
* Improve documentation and packaging.
0.1 (2015-12-01)
----------------
* Initial release to PyPI.
* Functional Payment processor.
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
lfs-compropago-0.3.tar.gz
(103.9 kB
view details)
Built Distribution
lfs_compropago-0.3-py2-none-any.whl
(108.7 kB
view details)
File details
Details for the file lfs-compropago-0.3.tar.gz
.
File metadata
- Download URL: lfs-compropago-0.3.tar.gz
- Upload date:
- Size: 103.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 981a7807bd88b151226a7b2df02c70c88ef1237161402cd6cf9da08d533c9244 |
|
MD5 | a86f7c750a097cfa76e2d41f3fdc5c61 |
|
BLAKE2b-256 | a67796b53fd7aec7a1a64eb5ed9b6db0ec38d368f10f456e95c6beed2ee1952e |
File details
Details for the file lfs_compropago-0.3-py2-none-any.whl
.
File metadata
- Download URL: lfs_compropago-0.3-py2-none-any.whl
- Upload date:
- Size: 108.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f6af3925281eff4f8c5f3e5c6a6db3acc52f9f411188004691ec5835a769137 |
|
MD5 | ac40aea366ec84ca82e912fc418bb305 |
|
BLAKE2b-256 | cd760c12da897bf1076f3f226633f6013d00a1eb181dd649171626cec367436f |