minor fix to /gumroad

pull/102/head
Aevann 2023-01-27 07:20:35 +02:00
parent 30d637f865
commit f62a0c075a
1 changed files with 1 additions and 1 deletions

View File

@ -1358,7 +1358,7 @@ def gumroad():
id = data['sale_id'] id = data['sale_id']
created_utc = time.time() created_utc = time.time()
type = data['recurrence'] type = data['recurrence']
amount = int(data['price']) amount = int(data['price'] / 100)
email = data['email'] email = data['email']
transaction = Transaction( transaction = Transaction(