Added back custom_css
This commit is contained in:
parent
254cb8cce1
commit
769bce0f94
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue