django-authorizenet
django-authorizenet copied to clipboard
Django and Authorize.NET payment gateway integration
SortedDict deprecated: https://code.djangoproject.com/wiki/SortedDict south migrations removed in favor of django migrations. if upgrading an existing django-authorizenet implementation, run `./manage.py migrate authorizenet --fake`
django-relatives dropped support for Django 1.4 and then reintroduced it (with Django 1.4.2 being the minimum supported version).
A change log can be very helpful when trying to diagnose which version introduced a particular change that broke your code (when upgrading from an old version). I plan to...
I've added an option to validate credit card in CreatePaymentProfileRequest. Also, optional customer email and description can be passed to CIM.
When using "Make direct payment" the credit card number is sent via POST request to the customers server. This means that your customer needs a PCI DSS certification. I can't...