forked from rDrama/rDrama
1
0
Fork 0

fix /gumroad

master
Aevann 2023-01-27 15:33:09 +02:00
parent 171690b4a1
commit 2795f55857
1 changed files with 1 additions and 1 deletions

View File

@ -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(