fix: update the rest of update_payment_extra calls

This commit is contained in:
Vlad Stan
2022-12-22 11:28:12 +02:00
parent b56d08a70e
commit a434731729
3 changed files with 10 additions and 7 deletions
+3 -1
View File
@@ -67,4 +67,6 @@ async def mark_webhook_sent(
payment.extra["wh_message"] = reason_phrase
payment.extra["wh_response"] = text
await update_payment_extra(payment.payment_hash, payment.extra)
await update_payment_extra(
payment_hash=payment.payment_hash, extra=payment.extra, incoming=True
)