Skip to content

Commit

Permalink
displayable response for AIM
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Nov 21, 2013
1 parent ffa30b1 commit 03693f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions billing/models/authorize_models.py
Expand Up @@ -72,3 +72,6 @@ class AuthorizeAIMResponse(models.Model):

class Meta:
app_label = __name__.split(".")[0]

def __unicode__(self):
return "%s, $%s" % (self.get_response_code_display(), self.amount)

0 comments on commit 03693f3

Please sign in to comment.