Skip to content

Commit

Permalink
Adapt to Google's latest protocol change
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxbits committed Sep 6, 2017
1 parent 9e54753 commit 416fb54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public AppDownloadWorker(Globals globals, DocV2 doc) {
DocUtil.getAppIconUrl(doc));
profile = globals.get(DatabaseManager.class).get(PlayProfileDao.class)
.get();
paid = doc.getOffer(0).getCheckoutFlowRequired();
paid = true; //doc.getOffer(0).getCheckoutFlowRequired();
}

@Override
Expand Down

0 comments on commit 416fb54

Please sign in to comment.