mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 01:43:42 +01:00
fixup!
This commit is contained in:
parent
2ddeaaef74
commit
e6b7ebd053
@ -338,8 +338,6 @@ async def _pay_external_invoice(
|
||||
if payment_response.checking_id and payment_response.ok is not False:
|
||||
# payment.ok can be True (paid) or None (pending)!
|
||||
logger.debug(f"updating payment {checking_id}")
|
||||
# TODO: why? we log a warning on an unexpected checking_id
|
||||
# should that be handled?
|
||||
# new checking id
|
||||
payment.checking_id = payment_response.checking_id
|
||||
payment.status = (
|
||||
|
Loading…
Reference in New Issue
Block a user