From 2795f55857e8ef625185b94d3b786117d950caa2 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 27 Jan 2023 15:33:09 +0200 Subject: [PATCH] fix /gumroad --- files/routes/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/users.py b/files/routes/users.py index 62da1bba22..e912faf5e9 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -1346,7 +1346,7 @@ def gumroad(): id = data['sale_id'] created_utc = time.time() type = data['recurrence'] - amount = int(data['price'] / 100) + amount = int(data['price']) / 100 email = data['email'] transaction = Transaction(