From d63c666be27b2e6317e96cc98be355ecad229260 Mon Sep 17 00:00:00 2001 From: tmechen Date: Wed, 10 Nov 2021 18:28:37 +0100 Subject: [PATCH] Update event_registration.md fix camelCase for vendorData --- event_registration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event_registration.md b/event_registration.md index 97d78e0..03f23b9 100644 --- a/event_registration.md +++ b/event_registration.md @@ -63,7 +63,7 @@ message QRCodePayload { uint32 version = 1; TraceLocation locationData = 2; CrowdNotifierData crowdNotifierData = 3; - CWALocationData vendordata = 4; + CWALocationData vendorData = 4; } message TraceLocation {