From f62a0c075a8c8a3014f67b2cf054a46dfc3dba05 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 27 Jan 2023 07:20:35 +0200 Subject: [PATCH] minor fix to /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 b93dc30cd..038657874 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -1358,7 +1358,7 @@ def gumroad(): id = data['sale_id'] created_utc = time.time() type = data['recurrence'] - amount = int(data['price']) + amount = int(data['price'] / 100) email = data['email'] transaction = Transaction(