fix: circular import on handle_fiat_payments (#3226)

This commit is contained in:
dni ⚡
2025-07-08 10:17:23 +02:00
parent 26eb7a449c
commit b4b37cd733
4 changed files with 105 additions and 98 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ from lnbits.core.crud import (
update_payment,
)
from lnbits.core.models import Payment, PaymentState
from lnbits.core.services.payments import handle_fiat_payment_confirmation
from lnbits.core.services.fiat_providers import handle_fiat_payment_confirmation
from lnbits.settings import settings
from lnbits.wallets import get_funding_source