feat: move custom css next to the other optional fileds

This commit is contained in:
Vlad Stan
2022-11-28 16:40:39 +02:00
parent 3fbb6bb9e4
commit 015f19fd0e
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ async def create_charge(user: str, data: CreateCharge) -> Charges:
data.amount,
0,
data.extra,
data.custom_css
data.custom_css,
),
)
return await get_charge(charge_id)