zen4ever / django-authorizenet

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

Fix TypeError in models.py by adding on_delete #30

Closed bichanna closed 3 years ago

bichanna commented 3 years ago

Hi, I fixed a TypeError in authorizenet/models.py which says '_init() missing 1 required positional argument: 'ondelete''. Actually, this is my first contribute! So, please be kind to me.