zarinpal-django-py3 icon indicating copy to clipboard operation
zarinpal-django-py3 copied to clipboard

sample django zarinpal webgate with python3

Results 4 zarinpal-django-py3 issues
Sort by recently updated
recently updated
newest added

fix AttributeError at /request/ 'dict' object has no attribute 'headers' and fix verify function

It seems in this line there is an error: [Send request view](https://github.com/rasooll/zarinpal-django-py3/blob/2d65829d788e232dc4b81ff42bf54c4df892d0b5/views.py#L38) because I could not send the request and it raises an attribute error: ''' AttributeError at /zarinpal/request/ 'dict'...

thanx for update, but i have some eror: TypeError at /order/request/59146000list indices must be integers or slices, not str Request Method: | GET -- | -- http://127.0.0.1:8000/order/request/59146000 3.2.4 TypeError list...

``` from django.http import HttpResponse, request from django.shortcuts import redirect, get_object_or_404, render from zeep import Client from django.conf import settings from accounts.models import Profile from products.models import Product from pay.models...