Skip to main content

django-oscar-payu. An Oscar package for integration with payu payment gateway

Project description

# django-oscar-payu #

Following are the configurations required for setting up django-oscar-payu

### Installation ###

`pip install django-oscar-payu`

### Getting Started ###
Add the following to the `setting.py` file of your django-oscar setup

`PAYU_INFO = {
'INR': {
'merchant_key': "gtKFFx",
'merchant_salt': "eCwWELxi",
# for production environment use 'https://secure.payu.in/_payment'
'payment_url': 'https://test.payu.in/_payment',
}
}`


run `migrate.py` on --> python manage.py migrate


Add following to the dashboard navigation

`
OSCAR_DASHBOARD_NAVIGATION.append({
'label': _('Payments'),
'icon': 'icon-globe',
'children': [
{
'label': _('Paypal Express transactions'),
'url_name': 'paypal-express-list',
},
{
'label': _('Payu transactions'),
'url_name': 'payu-nonseamless-list',
},
{
'label': _('COD Transaction Lists'),
'url_name': 'cashondelivery-transaction-list',
},
]
})
`

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-oscar-payu-1.1.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

django_oscar_payu-1.1-py2.py3-none-any.whl (14.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-oscar-payu-1.1.tar.gz.

File metadata

File hashes

Hashes for django-oscar-payu-1.1.tar.gz
Algorithm Hash digest
SHA256 342c6b794c0b7431647ed4616bbf41a79f48752dc161bef88bc7fc251d7243ed
MD5 5d2fe3669ee97cdf35befab893a492f0
BLAKE2b-256 e9710f8c11fc7f9f232ce7d3eb8cc7f5876b7aceb3c6966174a358623c61a0a3

See more details on using hashes here.

File details

Details for the file django_oscar_payu-1.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_oscar_payu-1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e3ffb75c4004f851a73400d447896d2b7e61f62901f27a01d8bc96f42186c38a
MD5 6c15ec8b00506e2acbff519b656a2269
BLAKE2b-256 89dbecf18ecce21322a1bba62892f3dbef049e80e934c1937feff08786988b71

See more details on using hashes here.

Supported by

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