From b1cdc361f7e6fb4a21867cf5c656c5c49cf8e0d0 Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <6d0847b9@opayq.com> Date: Wed, 5 Sep 2018 15:37:55 +0300 Subject: [PATCH] Fix callbackId typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd1947dc9..bdb15e316 100644 --- a/README.md +++ b/README.md @@ -539,7 +539,7 @@ The delegate functions will be called after the SDK tries to send a package to t Both event response data objects contain: - `NSString eventToken` the event token, if the package tracked was an event. -- `NSString callbackid` the custom defined callback ID set on event object. +- `NSString callbackId` the custom defined callback ID set on event object. If any value is unavailable, it will default to `nil`.