Django payeer app
Project description
# MP-Payeer
Django payeer integration app.
### Installation
Install with pip:
```
$ pip install django-payeer
```
App settings:
```
PAYEER = {
'ACCOUNT': 'P1000000',
'API_ID': '12345',
'API_PASS': 'qwerty',
'LANGUAGE': 'en' # optional, default: 'ru'
}
```
## Usage example
```
from payeer.api import payeer_api
from payeer.constants import CURRENCY_USD
url = payeer_api.generate_merchant_url(
order_id=123,
amount=10,
currency=CURRENCY_USD,
description='Test')
```
### Requirements
App require this packages:
* django
Django payeer integration app.
### Installation
Install with pip:
```
$ pip install django-payeer
```
App settings:
```
PAYEER = {
'ACCOUNT': 'P1000000',
'API_ID': '12345',
'API_PASS': 'qwerty',
'LANGUAGE': 'en' # optional, default: 'ru'
}
```
## Usage example
```
from payeer.api import payeer_api
from payeer.constants import CURRENCY_USD
url = payeer_api.generate_merchant_url(
order_id=123,
amount=10,
currency=CURRENCY_USD,
description='Test')
```
### Requirements
App require this packages:
* django
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-payeer-0.1.tar.gz
(3.1 kB
view details)
File details
Details for the file django-payeer-0.1.tar.gz.
File metadata
- Download URL: django-payeer-0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f4f61c1f073d293db032750099ab88f3744a4291b21b04f857509da836ce8ea
|
|
| MD5 |
939012522ad5aac0bf33dd48d8d714a9
|
|
| BLAKE2b-256 |
bef273e989e794bdeb80d301dbcecdfb005e68a1ddf76b9804a4b4a785dc8b4f
|