Closed
Bug 1060608
Opened 11 years ago
Closed 11 years ago
[tracking] Enable server-less payments to hosted apps
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2015-01-13
People
(Reporter: kumar, Assigned: kumar)
References
Details
server-less payments (bug 944480) were originally designed as a solution for packaged apps but they add a lot of benefit to hosted apps too:
- developer does not have to compile a crypto library for validating JWT signatures
- developer doesn't have to maintain a catalog of products
- developer doesn't have to write custom code for verifying/restoring products
Let's make changes to the fxpay lib so that it can support hosted apps
Updated•11 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 2•11 years ago
|
||
To clarify, this bug is to allow a developer who has a hosted app to include the fxpay.js library in their app to offer in-app purchases. There may be only minimal changes needed, I'm not sure.
| Assignee | ||
Comment 3•11 years ago
|
||
When running fxpay from a hosted app we discovered that this header will be needed from API responses:
Access-Control-Request-Headers: x-fxpay-version
This is so fxpay can pass its version header when making an API request.
http://www.html5rocks.com/en/tutorials/cors/#toc-adding-cors-support-to-the-server
| Assignee | ||
Comment 4•11 years ago
|
||
Because of bug 1038533 there is currently no way to test desktop payments from fxpay so I'm making this a blocker. It's not strictly a blocker feature wise but logistically I think it is.
Priority: P3 → P1
Updated•11 years ago
|
Target Milestone: --- → 2014-12-30
Updated•11 years ago
|
Summary: Enable server-less payments to hosted apps → [tracking] Enable server-less payments to hosted apps
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: 2014-12-30 → 2015-01-13
You need to log in
before you can comment on or make changes to this bug.
Description
•