Closed
Bug 996679
Opened 12 years ago
Closed 12 years ago
Check data for duped price_currency data
Categories
(Marketplace Graveyard :: Payments/Refunds, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: muffinresearch, Assigned: andy+bugzilla)
Details
Whilst looking into bug 996553 I found there seems to be some duplicate price_currency data on -dev and prod (probably stage too).
This bug is to track checking this.
See: https://marketplace.firefox.com/api/v1/webpay/prices/1/ for an example:
{
"price": "0.89",
"dev": true,
"method": 2,
"currency": "EUR",
"carrier": null,
"paid": true,
"provider": 1,
"tier": 1,
"region": 14,
"id": 802
},
{
"price": "0.89",
"dev": true,
"method": 2,
"currency": "EUR",
"carrier": null,
"paid": true,
"provider": 1,
"tier": 1,
"region": 14,
"id": 818
},
| Reporter | ||
Updated•12 years ago
|
Summary: Check data for duped price_currencies → Check data for duped price_currency data
| Assignee | ||
Comment 1•12 years ago
|
||
Was de-duped in the push yesterday.
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
•