feat: update shipping zone when re-issuing invoice
This commit is contained in:
parent
b5aed1224a
commit
02d9fcfbfd
5 changed files with 100 additions and 30 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue