Skip to content

Commit

Permalink
Add trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Fenner committed Sep 30, 2021
1 parent a069f72 commit fc780d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -97,12 +97,12 @@ request = {
"productId": "67678",
"unitPrice": {
"amount": 1,
"currency": "JPY"
}
"currency": "JPY",
},
}],
"amount": {
"amount": 1,
"currency": "JPY"
"currency": "JPY",
},
}

Expand Down

0 comments on commit fc780d4

Please sign in to comment.