mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 06:35:23 +01:00
Update lnbits/extensions/satspay/views_api.py
This commit is contained in:
parent
50addd73dd
commit
6825a1f2e6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ async def api_charge_create(
|
|||
**{"paid": charge.paid},
|
||||
}
|
||||
except Exception as ex:
|
||||
logger.debug(ex)
|
||||
logger.debug(f"Satspay error: {str}")
|
||||
raise HTTPException(
|
||||
status_code=HTTPStatus.INTERNAL_SERVER_ERROR, detail=str(ex)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue