Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
4lessandrodev committed Apr 28, 2024
1 parent 8b2b631 commit 405863c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,15 @@ console.log(result.toObject());

{
"id": "d7fc98f5-9711-4ad8-aa16-70cb8a52244a",
"total": 347,
"discount": 170.50,
"fees": 17.50,
"total": {
"amount": 347
},
"discount": {
"amount": 170.50
},
"fees": {
"amount": 17.50
},
"createdAt":"2023-01-30T23:11:17.815Z",
"updatedAt":"2023-01-30T23:11:17.815Z"
}
Expand Down

0 comments on commit 405863c

Please sign in to comment.