# django-payments-hbl
[Himalayan Bank](https://himalayanbank.com/hbl-introduces-enhanced-e-commerce-payment-gateway) Payment Gateway Provider for [django_payments](https://django-payments.readthedocs.org/)
Installation
========================
```
pip install django-payments-hbl
```
OR
```
pip install https://github.com/xtranophilist/django-payments-hbl/archive/master.zip
```
Usage
==============
In your Django project settings:
```
PAYMENT_VARIANTS = {
'default': ('django_payments_hbl.HBLProvider', {
'gateway_id': '<gateway/merchant_id>',
'secret_key': '<your_secret_key>'
})}
```
[Himalayan Bank](https://himalayanbank.com/hbl-introduces-enhanced-e-commerce-payment-gateway) Payment Gateway Provider for [django_payments](https://django-payments.readthedocs.org/)
Installation
========================
```
pip install django-payments-hbl
```
OR
```
pip install https://github.com/xtranophilist/django-payments-hbl/archive/master.zip
```
Usage
==============
In your Django project settings:
```
PAYMENT_VARIANTS = {
'default': ('django_payments_hbl.HBLProvider', {
'gateway_id': '<gateway/merchant_id>',
'secret_key': '<your_secret_key>'
})}
```
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-payments-hbl-0.1.2.tar.gz.
File metadata
- Download URL: django-payments-hbl-0.1.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0bf2e9bbae15fb770a631d53961e8a86cc250fbd3b70160717ffcc083d5126a
|
|
| MD5 |
537384cc805c2ce92494a6134fd3f7bd
|
|
| BLAKE2b-256 |
c70b5edf88e8059f010d91b2f6e4673b08b41dd13786fc852ca83d7ee0517c04
|