fix: default zone ID
This commit is contained in:
parent
51c4147e65
commit
4ebed5455c
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ async def api_create_merchant(
|
||||||
await create_zone(
|
await create_zone(
|
||||||
merchant.id,
|
merchant.id,
|
||||||
PartialZone(
|
PartialZone(
|
||||||
id="online",
|
id=f"online-{merchant.id}",
|
||||||
name="Online",
|
name="Online",
|
||||||
currency="sat",
|
currency="sat",
|
||||||
cost=0,
|
cost=0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue