This commit is contained in:
Ben Arc 2021-04-20 21:51:53 +01:00
parent ef50b5575a
commit f8e8be23ab

View File

@ -73,8 +73,6 @@ async def on_invoice_paid(payment: Payment) -> None:
else: else:
await updater(data, "none", copilot.id) await updater(data, "none", copilot.id)
async def mark_webhook_sent(payment: Payment, status: int) -> None: async def mark_webhook_sent(payment: Payment, status: int) -> None:
payment.extra["wh_status"] = status payment.extra["wh_status"] = status