fixed bad method signature

pull/1/head
eric 2012-10-12 22:25:48 -04:00
parent 957d73c462
commit 6a1646f749
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class Transaction(models.Model):
self.ack_name = pledge_extra.ack_name
self.ack_dedication = pledge_extra.ack_dedication
def get_pledge_extra(self, pledge_extra):
def get_pledge_extra(self):
class pe:
premium=self.premium
anonymous=self.anonymous