Skip to main content

Himalayan Bank Payment Gateway with django-payments

Project description

# 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>'
})}
```



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-payments-hbl-0.1.2.tar.gz (3.4 kB view hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page