LIL-271. Fix AuthorBalance model

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent bfa6458eeb
commit 32c97d6887
  1. 2
      apps/payment/models.py

@ -23,7 +23,7 @@ class AuthorBalance(models.Model):
ACCEPTED = 1
DECLINED = 2
STATUS_CHOICES = (
(PENDINNG, 'Pending'),
(PENDING, 'Pending'),
(ACCEPTED, 'Accepted'),
(DECLINED, 'Declined'),
)

Loading…
Cancel
Save