Skip to content

Commit ff68b6f

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

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
@@ -579,8 +579,8 @@ if (typeof response === "string") {
579579
console.log("response:", response); // should be 'ok'
580580
} else {
581581
// request failed: see details in the EventNotification object
582-
console.log("EventToNotify:", requestResponse.SaleToPOIRequest?.EventNotification?.EventToNotify);
583-
console.log("EventDetails:", requestResponse.SaleToPOIRequest?.EventNotification?.EventDetails);
582+
console.log("EventToNotify:", response.SaleToPOIRequest?.EventNotification?.EventToNotify);
583+
console.log("EventDetails:", response.SaleToPOIRequest?.EventNotification?.EventDetails);
584584
}
585585
```
586586

0 commit comments

Comments
 (0)