Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
fake apps with inapp payments (bug 1154916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short committed Apr 27, 2015
1 parent 9b4dbbb commit ab53077
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/apps/test_apps.json
Expand Up @@ -71,6 +71,8 @@
{"type": "packaged", "status": "pending", "rereview": true},
{"type": "packaged", "status": "public", "premium_type": "premium"},
{"type": "packaged", "status": "pending", "premium_type": "premium"},
{"type": "packaged", "status": "public", "premium_type": "free-inapp"},
{"type": "packaged", "status": "pending", "premium_type": "free-inapp"},
{"type": "packaged", "status": "public", "num_ratings": 0},
{"type": "packaged", "status": "public", "num_ratings": 100},
{"type": "packaged", "status": "public", "num_previews": 5},
Expand All @@ -89,6 +91,11 @@
{"type": "privileged", "status": "deleted", "permissions": ["camera", "storage"]},
{"type": "privileged", "status": "incomplete", "permissions": ["camera", "storage"]},

{"type": "hosted", "status": "public", "premium_type": "free-inapp",
"device_types": ["firefoxos"]},
{"type": "hosted", "status": "pending", "premium_type": "free-inapp",
"device_types": ["firefoxos"]},

{"type": "hosted", "status": "public", "premium_type": "premium",
"device_types": ["firefoxos"]},
{"type": "hosted", "status": "pending", "premium_type": "premium",
Expand Down

0 comments on commit ab53077

Please sign in to comment.