django-payu icon indicating copy to clipboard operation
django-payu copied to clipboard

payu payment gateway integration for django projects

Results 5 django-payu issues
Sort by recently updated
recently updated
newest added

django-payu 0.5 is not working with django==3.2.5 version. Kindly check & update ASAP. ERROR: django-payu 0.5 has requirement django=1.7, but you'll have django 3.2.5 which is incompatible.

After installing django-payu in my virtual environment and adding it into INSTALLED_APPS section, when I execute command `python3 manage.py migrate` I get the following error: Operations to perform: Apply all...

The get_hash() function is not proper. It is supposed to apply sha512 to the entire string, but instead it is now applying it to the 'PAYU_MERCHANT_KEY ' only. https://github.com/MicroPyramid/django-payu/blob/master/payu/gateway.py#L21