Skip to content

Commit

Permalink
add valid flag to StatusReport
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuryou committed Dec 5, 2012
1 parent 2760d98 commit 68c0ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skrill/models.py
Expand Up @@ -203,6 +203,7 @@ def submit(self, force_submit=False):
class StatusReport(models.Model):
# custom fields
time = models.DateTimeField("Time", auto_now_add=True)
valid = models.BooleanField("Valid", default=False)

# Skrill fields
pay_to_email = models.EmailField("Merchant Email", max_length=50, default=PAY_TO_EMAIL,
Expand Down

0 comments on commit 68c0ac6

Please sign in to comment.