Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Commit

Permalink
Fix syntax error in content/api/checkouts.md
Browse files Browse the repository at this point in the history
Invalid syntax added in 00b7141
Was preventing me from running the server.
  • Loading branch information
jordan-brough committed Aug 19, 2014
1 parent 00b7141 commit af3c7f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/api/checkouts.md
Expand Up @@ -363,11 +363,11 @@ With parameters such as these:

<%= json (
{
"order": {
"shipments_attributes": {
"0": {
"selected_shipping_rate_id": 1,
"id": 1
order: {
shipments_attributes: {
"0" => {
selected_shipping_rate_id: 1,
id: 1
}
}
}
Expand Down

0 comments on commit af3c7f4

Please sign in to comment.