Closed Bug 996679 Opened 12 years ago Closed 12 years ago

Check data for duped price_currency data

Categories

(Marketplace Graveyard :: Payments/Refunds, defect)

Avenir
x86
macOS
defect
Not set
normal

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 },
Summary: Check data for duped price_currencies → Check data for duped price_currency data
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.