Closed
Bug 984521
Opened 12 years ago
Closed 11 years ago
Creating products from the marketplace
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: andy+bugzilla, Unassigned)
Details
At the moment we create a product in solitude and in the payment provider in two different places. For paid apps we do it in zamboni. For in-app payments we do it in webpay.
With the change to creating in-app products in the zamboni, it was raised that it seems odd to create products in multiple places. This bug is to think about the code paths and hopefully consolidate so that products are created in zamboni (earlier) or webpay (later), create the code that needs to be done and delete the relevant old code.
Pros and cons:
* zamboni: means we need more maintenance code to keep the products on the server up to date as we create products
* webpay: possibly slower purchases as more work is done then
| Reporter | ||
Updated•12 years ago
|
Priority: -- → P3
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•