zen4ever / django-authorizenet

Django and Authorize.NET payment gateway integration
MIT License
87 stars 36 forks source link

Adds a card_code parameter to CreateTransactionRequest in cim.py #17

Closed kvnn closed 12 years ago

kvnn commented 12 years ago

Adds a card_code parameter to CreateTransactionRequest in cim.py.

This is necessary if the authorize.net settings require card-code verification. Otherwise all transactions fail.

Let me know if any additional work needs to be done before this can be pulled in.

Cheers :D