From 6eb3ed799dd0e66f05afbdfff067683b3ed39fb4 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 15 Jan 2020 21:22:42 +0100 Subject: [PATCH 1/1] Fix purchase generation --- bin/import-game-data.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/import-game-data.php b/bin/import-game-data.php index 95549d3..fba427d 100755 --- a/bin/import-game-data.php +++ b/bin/import-game-data.php @@ -509,8 +509,8 @@ function buildPurchases($game) 'purchaseDate' => time() * 1000, 'generateDate' => time() * 1000, 'identifier' => $promotedProduct->identifier, - 'gamer' => 'stouyapi', - 'uuid' => '00702342-0000-1111-2222-c3e1500cafe2',//gamer uuid + 'gamer' => '00702342-0000-1111-2222-c3e1500cafe2',//gamer uuid + 'uuid' => '00702342-0000-1111-2222-c3e1500beef3',//transaction ID 'priceInCents' => $promotedProduct->originalPrice * 100, 'localPrice' => $promotedProduct->localPrice, 'currency' => $promotedProduct->currency, -- 2.30.2