Skip to content
Snippets Groups Projects
Commit a7e17cb6 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

attempt at nicer formatting

parent 5718d2e7
No related branches found
No related tags found
1 merge request!63Expose voucher state
......@@ -52,10 +52,14 @@ The following values are possible::
{ "name": "pending"
}
::
{ "name": "redeeming"
, "started": <iso8601 timestamp>
}
::
{ "name": "error"
, "started": <iso8601 timestamp>
, "error-at": <iso8601 timestamp>
......@@ -63,16 +67,22 @@ The following values are possible::
, "error-details": <text>
}
::
{ "name": "unpaid"
, "started": <iso8601 timestamp>
, "error-at": <iso8601 timestamp>
}
::
{ "name": "double-spend"
, "started": <iso8601 timestamp>
, "error-at": <iso8601 timestamp>
}
::
{ "name": "redeemed"
, "started": <iso8601 timestamp>
, "finished": <iso8601 timestamp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment