This Package is created with the aim of facilitating the integration of web payment by orange money into python projects
Project description
O_money
Introduction
For use Orange Money Web Payment on web.
Installation
The latest version can be obtained from PyPI:
pip install O-money
Usage For use O_money create .env file and define the following variable
client_id merchant_key return_url cancel_url notif_url
**Example**
`from O_money import o_webpay import logging
l = logging.Logger("test") webpay = o_webpay.Webpay(logger=l) response = webpay.init_pay(amount=2500, order_id="5f64v", reference="154f5", lang="us")
print(response) `
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file o_money-0.0.3.tar.gz
.
File metadata
- Download URL: o_money-0.0.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45e291683c9df049b1ceac84488b023339fd42a61081f8537fcf56d46a0ebfe1 |
|
MD5 | 98c9cb45e281aabd67e97332ab8cc54f |
|
BLAKE2b-256 | b6e895384e361b506e18a6082ce57a0f140f484f23fd336a3b363df7117a1999 |
File details
Details for the file O_money-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: O_money-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aae708703e7c4ac71c94e532a3c4b20601c0d858a8420edc29a28f2ef2ac1743 |
|
MD5 | bc5aa70265109b7a7dd508f3b554467a |
|
BLAKE2b-256 | 4accbec0e011aa1fc7456082560e12597a55ca313aa4e9b1a3e4358ba0e6a71b |