mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 07:19:25 -05:00
Remove old fixme
Verified that payment is working correctly. Fixme no longer needed.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user