Remove old fixme

Verified that payment is working correctly. Fixme no longer needed.
This commit is contained in:
shlurbee
2012-10-18 22:31:02 -07:00
parent aefb174c48
commit 30bceec164

View File

@@ -3351,7 +3351,7 @@ class PaymentForm(Templated):
self.countries = [pycountry.countries.get(name=n)
for n in g.allowed_pay_countries]
self.link = promote.editable_add_props(link)
self.campaign = self.link.campaigns[indx] # FIXME: is this broken?
self.campaign = self.link.campaigns[indx]
self.indx = indx
Templated.__init__(self, **kw)