Skip to content

Commit

Permalink
Add docstring for conf module
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Jul 28, 2013
1 parent e69816b commit 14760eb
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion authorizenet/conf.py
@@ -1,4 +1,20 @@
"""Application-specific settings for django-authorizenet"""
"""
Application-specific settings for django-authorizenet
Available settings:
- AUTHNET_DEBUG: Set to ``True`` if using Authorize.NET test account
- AUTHNET_LOGIN_ID: Set to value of Authorize.NET login ID
- AUTHNET_TRANSACTION_KEY: Set to value of Authorize.NET transaction key
- AUTHNET_CUSTOMER_MODEL: Used to set customer model used for CIM customers
(defaults to Django user)
- AUTHNET_DELIM_CHAR: Used to set delimiter character for CIM requests
(defaults to "|")
- AUTHNET_FORCE_TEST_REQUEST
- AUTHNET_EMAIL_CUSTOMER
- AUTHNET_MD5_HASH
"""

from django.conf import settings as django_settings

Expand Down

0 comments on commit 14760eb

Please sign in to comment.