Skip to content

Commit 405863c

Browse files
committed
docs: update readme
1 parent 8b2b631 commit 405863c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,15 @@ console.log(result.toObject());
358358

359359
{
360360
"id": "d7fc98f5-9711-4ad8-aa16-70cb8a52244a",
361-
"total": 347,
362-
"discount": 170.50,
363-
"fees": 17.50,
361+
"total": {
362+
"amount": 347
363+
},
364+
"discount": {
365+
"amount": 170.50
366+
},
367+
"fees": {
368+
"amount": 17.50
369+
},
364370
"createdAt":"2023-01-30T23:11:17.815Z",
365371
"updatedAt":"2023-01-30T23:11:17.815Z"
366372
}

0 commit comments

Comments
 (0)