From ab530776c1f6b4b16dff9bec9530c18e2f28a83e Mon Sep 17 00:00:00 2001 From: Allen Short Date: Mon, 27 Apr 2015 10:13:52 -0500 Subject: [PATCH] fake apps with inapp payments (bug 1154916) --- data/apps/test_apps.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/apps/test_apps.json b/data/apps/test_apps.json index 354f5ee0d59..4bd03615453 100644 --- a/data/apps/test_apps.json +++ b/data/apps/test_apps.json @@ -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}, @@ -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",