feat: update shipping zone when re-issuing invoice

This commit is contained in:
Vlad Stan 2023-07-04 18:13:17 +03:00
parent b5aed1224a
commit 02d9fcfbfd
5 changed files with 100 additions and 30 deletions

View file

@ -275,7 +275,6 @@ async def process_nostr_message(msg: str):
if type.upper() == "EVENT":
subscription_id, event = rest
event = NostrEvent(**event)
print("kind: ", event.kind, ": ", msg)
if event.kind == 0:
await _handle_customer_profile_update(event)
elif event.kind == 4: