Closed
Bug 744856
Opened 13 years ago
Closed 13 years ago
Receipt is empty for an installed app
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P1)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: krupa.mozbugs, Assigned: andy+bugzilla)
References
Details
steps to reproduce:
1. Purchase an app from MP
2. Install it
3. Check the receipt for this installed app
expected behavior:
Installed app has a valid receipt from Marketplace
observed behavior:
receipt looks empty. See http://cl.ly/323N1n3e1T2j132p1q2v
Reporter | ||
Comment 1•13 years ago
|
||
To check for receipts:
Receipts for installed apps are stored in your Firefox profile/Webapps/webapps.json
Go to about:about and run
var req = navigator.mozApps.mgmt.getAll(); req.onsuccess = function(o) { console.log(req.result); };
Assignee | ||
Comment 2•13 years ago
|
||
To delete the first app, do this:
var req = navigator.mozApps.mgmt.getAll(); req.onsuccess = function(o) { console.log(req.result[0].uninstall()); };
https://github.com/mozilla/zamboni/commit/427336
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•