From 7a0da49614d46c1b4971fe8434858417887dfd7c Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 20 Dec 2019 10:27:55 +0100 Subject: [PATCH] Buying games #2: Give us some money --- www/api/v1/wallet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/api/v1/wallet b/www/api/v1/wallet index 7fc68e3..b34314a 100644 --- a/www/api/v1/wallet +++ b/www/api/v1/wallet @@ -1,6 +1,6 @@ { "requiresPaymentMethod": false, - "balance": 0, + "balance": 42.23, "credit_card": null, "currency": "EUR" } -- 2.30.2