mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Looking for nb.premium.archive.99 in android subscriptions for #1696.
This commit is contained in:
parent
221743acbd
commit
1e19fdf6d4
1 changed files with 3 additions and 1 deletions
|
@ -1028,7 +1028,9 @@ class Profile(models.Model):
|
|||
|
||||
self.setup_premium_history()
|
||||
|
||||
if not self.is_premium:
|
||||
if order_id == "nb.premium.archive.99":
|
||||
self.activate_archive()
|
||||
elif not self.is_premium:
|
||||
self.activate_premium()
|
||||
|
||||
logging.user(self.user, "~FG~BBNew Android premium subscription: $%s~FW" % amount)
|
||||
|
|
Loading…
Add table
Reference in a new issue