Closed
Bug 1034264
Opened 11 years ago
Closed 9 years ago
Prefix packaged app URLs with app:// in receipts
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kumar, Unassigned)
References
Details
(Whiteboard: [qa-])
The product.url field in receipts for packaged apps currently looks like:
url = 'the-origin'
This is not helpful nor is it accurate. Let's change it to:
url = 'app://the-origin'
This will sync it up with the app.origin property on the platform (https://developer.mozilla.org/en-US/docs/Web/API/App#Properties). Also, if we were ever to link to the receipt product URL on device it would theoretically work.
NOTE: both the fxpay library and maybe the receiptverifier libraries will need to be updated.
Reporter | ||
Updated•10 years ago
|
Comment 2•9 years ago
|
||
Based on the recently announced future plans for the Marketplace to remove payments, closing these bugs.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•