From 4ebed5455cf86647f263952a64c4b60decfc2792 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 30 Jun 2023 13:15:35 +0300 Subject: [PATCH] fix: default zone ID --- views_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views_api.py b/views_api.py index 122d634..f36fc2a 100644 --- a/views_api.py +++ b/views_api.py @@ -99,7 +99,7 @@ async def api_create_merchant( await create_zone( merchant.id, PartialZone( - id="online", + id=f"online-{merchant.id}", name="Online", currency="sat", cost=0,