print gumroad webhook data for testing

master
Aevann 2023-04-27 18:09:50 +02:00
parent c50d97a343
commit 9ad113fdaa
1 changed files with 1 additions and 0 deletions

View File

@ -1415,6 +1415,7 @@ def gumroad():
print(STARS, flush=True)
abort(400)
print(data, flush=True)
id = data['sale_id']
existing = g.db.get(Transaction, id)