mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-23 15:22:13 +02:00
Added back custom_css
This commit is contained in:
parent
003288e19d
commit
742bbc9112
@ -52,12 +52,13 @@ async def create_charge(user: str, data: CreateCharge) -> Charges:
|
|||||||
completelink,
|
completelink,
|
||||||
completelinktext,
|
completelinktext,
|
||||||
time,
|
time,
|
||||||
|
custom_css,
|
||||||
amount,
|
amount,
|
||||||
balance,
|
balance,
|
||||||
extra,
|
extra,
|
||||||
custom_css,
|
custom_css,
|
||||||
)
|
)
|
||||||
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
||||||
""",
|
""",
|
||||||
(
|
(
|
||||||
charge_id,
|
charge_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user