Fix comment since solitude is fixed (bug 824751)

This commit is contained in:
Kumar McMillan 2012-12-27 18:54:44 -06:00
Родитель c00e3e3608
Коммит 558996b60a
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -232,8 +232,7 @@ class AddonPaymentAccount(amo.models.ModelBase):
product_uri = res['resource_uri']
bango_number = res['bango_id']
# TODO(Kumar) check if this bango product is already premium
# before trying to create it. Bug 824751.
# If the app is already premium this does nothing.
cls._push_bango_premium(
bango_number, product_uri, float(addon.addonpremium.price.price))