ouya-saviors / ouya-game-data

Meta data of games for the OUYA console.
25 stars 13 forks source link

Missing product for Muffin Knight #160

Closed B00T5820485730 closed 2 years ago

B00T5820485730 commented 2 years ago

There is a missing purchase for the game Muffin Knight. From the logs:

D/HTTP ( 598): Response 35: GET /api/v1/developers/4a60dd9e-189d-4b63-8592-fda6495b80ae/products/?auth_token=00702342-0000-1111-2222-c3e1500cafe1&only=muffinknight_allcharacters HTTP/1.1 (status: HTTP/1.1 200 OK)

I'm extrapolating a little (I'm only positive about the purchase name and the price), but I believe com.angrymobgames.muffinknight.json should include:

    {
        "promoted": true,
        "identifier": "muffinknight_allcharacters",
        "name": "Unlock All Characters",
        "description": "You are about to unlock all characters in Muffin Knight",
        "localPrice": 2.99,
        "originalPrice": 2.99,
        "currency": "EUR"
    },
cweiske commented 2 years ago

Thank you!