From c4403dee80f58563a6cf8c8d1aff4f7a030bf51e Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 13 Nov 2019 07:38:06 +0100 Subject: [PATCH] Fix original importer script for inAppPurchases --- bin/convert-original.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/convert-original.php b/bin/convert-original.php index 3332a63..d940d6f 100755 --- a/bin/convert-original.php +++ b/bin/convert-original.php @@ -133,7 +133,7 @@ $gameData = [ 'contentRating' => $appsData->app->contentRating, 'website' => $appsData->app->website, 'firstPublishedAt' => $appsData->app->firstPublishedAt, - 'inAppPurchases' => false,//FIXME: we would need discover data here + 'inAppPurchases' => $detailsData->inAppPurchases, 'overview' => $appsData->app->overview, 'premium' => $appsData->app->premium, -- 2.30.2