Skip to content

Commit

Permalink
Added more test transaction types to validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sureiya committed Nov 28, 2013
1 parent c28f3cc commit 04727dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion django_clickbank/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ class Notification(ClickBankModel):
('UNCANCEL-REBILL', 'Resume Rebill'),
('TEST', 'IPN Test'),
('TEST_SALE', 'Test Sale'),
('TEST_BILL', 'Test Rebill')
('TEST_BILL', 'Test Rebill'),
('TEST_RFND', 'Test Refund'),
('TEST_CHGBK', 'Test Chargeback'),
)

ROLE_CHOICES = (
Expand Down

0 comments on commit 04727dc

Please sign in to comment.