forked from MarseyWorld/MarseyWorld
fix /gumroad
parent
171690b4a1
commit
2795f55857
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue