Sean Payne

Results 6 comments of Sean Payne

Sure thing, I create the events/metadata as follows: ``` metadata := UserMetadata{ CausedBy: event.UUID().String(), ReceiptNo: event.ReceiptNumber(), ReqId: event.RequestId(), TermId: event.TerminalId(), DealNo: event.DealNumber(), } metadataBytes, err := json.Marshal(metadata) if err !=...

@YoEight Yes, here is a screenshot. This is when only one event is provided. If there is more than one event these fields do not show up.

@YoEight I apologize for the delayed response, but I was unable to reproduce the behavior after returning to this, so I am not sure what happened. I have to chalk...

I would be happy to try and make this change myself if you’re interested in having more contributors. On Thu, Jun 6, 2024 at 12:48 AM Yo Eight ***@***.***> wrote:...

Cool, I will give it a shot this weekend.

@YoEight Two questions: 1. I do not have permission to push code to a branch here if I clone the repo. Should I fork instead? 2. I get the following...