Added back custom_css

This commit is contained in:
ben
2022-11-25 19:43:45 +00:00
committed by Vlad Stan
parent 254cb8cce1
commit 769bce0f94

View File

@@ -52,12 +52,13 @@ async def create_charge(user: str, data: CreateCharge) -> Charges:
completelink,
completelinktext,
time,
custom_css,
amount,
balance,
extra,
custom_css,
)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
""",
(
charge_id,