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 9dc707c commit ff68b6fCopy full SHA for ff68b6f
README.md
@@ -579,8 +579,8 @@ if (typeof response === "string") {
579
console.log("response:", response); // should be 'ok'
580
} else {
581
// request failed: see details in the EventNotification object
582
- console.log("EventToNotify:", requestResponse.SaleToPOIRequest?.EventNotification?.EventToNotify);
583
- console.log("EventDetails:", requestResponse.SaleToPOIRequest?.EventNotification?.EventDetails);
+ console.log("EventToNotify:", response.SaleToPOIRequest?.EventNotification?.EventToNotify);
+ console.log("EventDetails:", response.SaleToPOIRequest?.EventNotification?.EventDetails);
584
}
585
```
586
0 commit comments