Closed
Bug 810286
Opened 12 years ago
Closed 12 years ago
Solitude/Bango API to sell apps / do in-app payments
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2012-11-22
People
(Reporter: kumar, Assigned: andy+bugzilla)
References
Details
Expose a Solitude API so the devhub can create apps to sell and webpay can fulfill in-app purchases. In Bango you create a Number which is a digital product that can be sold.
Proof of concept: https://github.com/kumar303/bangotest/blob/master/api-scratchpad.txt (see CreateBangoNumberRequest and MakePremiumPerAccessRequest)
Docs: https://wiki.mozilla.org/Apps/ID_and_Payments#Bango_API
- The devhub will create a number per app that the developer will sell
- webpay will create/reuse a number on the fly right when an app triggers an in-app payment for a product (the first time)
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → kumar.mcmillan
Target Milestone: --- → 2012-11-15
Assignee | ||
Updated•12 years ago
|
Assignee: kumar.mcmillan → amckay
Target Milestone: 2012-11-15 → 2012-11-22
Reporter | ||
Comment 1•12 years ago
|
||
After creating a bango number I think this also needs to call UpdateRating() to make it universal
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
Update Rating added:
https://github.com/mozilla/solitude/commit/af1bba
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•