We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2464713 commit 34abcbbCopy full SHA for 34abcbb
README.md
@@ -571,8 +571,8 @@ if (typeof response === "string") {
571
console.log("response:", response); // should be 'ok'
572
} else {
573
// request failed: see details in the EventNotification object
574
- console.log("EventToNotify:", requestResponse.SaleToPOIRequest?.EventNotification?.EventToNotify);
575
- console.log("EventDetails:", requestResponse.SaleToPOIRequest?.EventNotification?.EventDetails);
+ console.log("EventToNotify:", response.SaleToPOIRequest?.EventNotification?.EventToNotify);
+ console.log("EventDetails:", response.SaleToPOIRequest?.EventNotification?.EventDetails);
576
}
577
```
578
0 commit comments