A library to provide payment gateway for Tamara Payment
Project description
Tamara Payment Redirect View
This app provides order related data to the Tamara Payment extension when plugged-in to project zero.
Installation
Add the package to requirements.txt file and install it via pip:
tamara-payment
Adding App
Add the following lines in omnife_base.settings:
INSTALLED_APPS.append('tamara_payment')
PZ_SERVICE_CLASS = "omnife.core.service.Service"
HASH_SECRET_KEY = "your-hash-secret-key"
TAMARA_EXTENSION_URL = "extension url"
Add url pattern to omnife_base.urls like below:
urlpatterns = [
...
path('payment-gateway/tamara/', include('tamara_payment.urls')),
]
Running Tests
python -m unittest discover
Python Version Compatibility
This package is compatible with the following Python versions:
- Python 3.8
- Python 3.9
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tamara_payment-1.4.0.tar.gz.
File metadata
- Download URL: tamara_payment-1.4.0.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5efb98353d509da25784278929ff2cd8e21fec81fcee961e24fadb531f29f06
|
|
| MD5 |
05894d06b2f0a079d0ee3aa6d8ba4472
|
|
| BLAKE2b-256 |
e56dd713127c4aea8bab83cb7c063b0eb41c79b639d83996c7401f13c0c0d932
|
File details
Details for the file tamara_payment-1.4.0-py3-none-any.whl.
File metadata
- Download URL: tamara_payment-1.4.0-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
520535b5e9d222a44dfe8b5f98889c2f5607194b707ca8f583cc87e62387a66d
|
|
| MD5 |
46d04c03d48e4e632db36241620c10f2
|
|
| BLAKE2b-256 |
aee8e2a3dd51d81528d1d3761dd113048a45777c7d6452fdfdaaba653aa638ce
|