Skip to content

Commit 34abcbb

Browse files
Update README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 2464713 commit 34abcbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,8 @@ if (typeof response === "string") {
571571
console.log("response:", response); // should be 'ok'
572572
} else {
573573
// request failed: see details in the EventNotification object
574-
console.log("EventToNotify:", requestResponse.SaleToPOIRequest?.EventNotification?.EventToNotify);
575-
console.log("EventDetails:", requestResponse.SaleToPOIRequest?.EventNotification?.EventDetails);
574+
console.log("EventToNotify:", response.SaleToPOIRequest?.EventNotification?.EventToNotify);
575+
console.log("EventDetails:", response.SaleToPOIRequest?.EventNotification?.EventDetails);
576576
}
577577
```
578578

0 commit comments

Comments
 (0)