Closed
Bug 762173
Opened 13 years ago
Closed 12 years ago
Not all premium apps in Account History page have the purchased badge
Categories
(Marketplace Graveyard :: Consumer Pages, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: krupa.mozbugs, Unassigned)
References
()
Details
(Whiteboard: [needs STR])
Attachments
(1 file)
160.45 KB,
image/png
|
Details |
steps to reproduce:
1. Load https://marketplace-dev.allizom.org/en-US/purchases/
2. Notice all the listed premium apps
expected behavior:
All premium apps have the 'Purchased' badge.
actual behavior:
Not all premium apps in Account History page have the purchased badge. See screenshot.
NOTE: These apps are also missing their purchase date.
Also, cvan has noticed that link to Purchase History doesn't show up after install.
Comment 2•13 years ago
|
||
I'm not very familiar with how all this is tracked but I thought I'd try to look at it.
Tracing the code a bit I discovered that the badge isn't showing up because the it is checking for `is_purchased(request.amo_user)` and it's coming back with a False because it's not finding these apps in the purchases table. They're also not in the Contributions table. But they are in the installed table.
It could be the apps went from free -> paid (or some other change) after install and never got in the purchased table? Or it could be a legitimate issue in the purchase flow that doesn't property write to this table on occasion.
STR would be good if we can figure out the pattern.
Updated•13 years ago
|
Reporter | ||
Comment 3•12 years ago
|
||
Hopefully this page will get some UX love and we can have a simpler solution. For now, we don't show the purchased status on Account History anymore. Closing the bug as wontfix.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•