diff options
Diffstat (limited to 'postgresqleu/trustlypayment/util.py')
| -rw-r--r-- | postgresqleu/trustlypayment/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresqleu/trustlypayment/util.py b/postgresqleu/trustlypayment/util.py index 474b689e..1165d93b 100644 --- a/postgresqleu/trustlypayment/util.py +++ b/postgresqleu/trustlypayment/util.py @@ -12,8 +12,8 @@ from api import TrustlyWrapper, TrustlyException from models import TrustlyTransaction, TrustlyLog from models import TrustlyNotification -# Django intgrated wrapper for the trustly API +# Django intgrated wrapper for the trustly API class Trustly(TrustlyWrapper): def __init__(self): super(Trustly, self).__init__(settings.TRUSTLY_APIBASE, |
