Closed
Bug 692839
Opened 13 years ago
Closed 13 years ago
Put the receipt into the app purchase
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P1)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
FIXED
6.3.0
People
(Reporter: andy+bugzilla, Assigned: gkoberger)
References
Details
(Keywords: dev-doc-needed, Whiteboard: [t:muffin])
When the app purchase is done, put the receipt into the install method.
Updated•13 years ago
|
Assignee: nobody → gkoberger
Updated•13 years ago
|
Target Milestone: 6.2.7 → 6.2.8
Updated•13 years ago
|
Priority: -- → P1
Updated•13 years ago
|
Target Milestone: 6.2.8 → 6.2.9
Assignee | ||
Updated•13 years ago
|
Target Milestone: 6.2.9 → 6.3.0
Assignee | ||
Comment 1•13 years ago
|
||
https://github.com/gkoberger/zamboni/commit/eb97e0c
I have no proof this *actually* works; I'm working under the assumption that we're supposed to be passing 'receipt' into the install method via install_data. Is that true? Maybe, maybe not. MDN doesn't say. If not, we can easily fix it.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
Where are you looking on MDN for this info, and what should it say?
Keywords: dev-doc-needed
Comment 3•13 years ago
|
||
Janet: we need https://wiki.mozilla.org/Apps/WebApplicationReceipt to stipulate that the Receipt be passed in the slot named 'receipt' within the install_data mentioned at https://developer.mozilla.org/en/Apps/Apps_JavaScript_API/navigator.mozApps.install
Comment 4•13 years ago
|
||
The info I have for install_data doesn't give its structure. Where can I find that? Or it is a black box to the app developer?
Comment 5•13 years ago
|
||
Janet,
The only info so far is that install_data is a JSON object with a 'receipt' slot containing a receipt. :-)
-Bill
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
•