diff --git a/lnbits/extensions/satspay/views_api.py b/lnbits/extensions/satspay/views_api.py index 2bce1a72..5f0e72ce 100644 --- a/lnbits/extensions/satspay/views_api.py +++ b/lnbits/extensions/satspay/views_api.py @@ -32,9 +32,9 @@ from .crud import ( save_theme, update_charge, ) -from .helpers import call_webhook, public_charge -from .helpers import compact_charge + from .models import CreateCharge, SatsPayThemes +from .helpers import call_webhook, public_charge #############################CHARGES##########################