Fix original importer script for inAppPurchases
[ouya-game-data.git] / bin / convert-original.php
index 3332a636d80330da6d7263e69c84e3505816ddfe..d940d6fcb473b8cbbe1f77b0407f09b15976ae30 100755 (executable)
@@ -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,