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(