summaryrefslogtreecommitdiff
path: root/taler-mcig.rst
AgeCommit message (Collapse)Author
2023-09-04various doc fixesFlorian Dold
2023-04-23update documentation for #6363 API changeChristian Grothoff
2021-12-22Convert ":http:host:ENDPOINT" syntax into simple "POST ENDPOINT" textThien-Thi Nguyen
The :http:post:ENDPOINT syntax runs afoul of the limited httpdomain.py understanding of the optional parts of ENDPOINT. This results in warnings when building. One resolution to the problem is to make Sphinx (httpdomain.py) smarter. Another is to add all the combinations of the optional and non-optional ENDPOINT as anchors. Discussion starts here: <https://mail.gnu.org/archive/html/taler/2021-11/msg00013.html>. This change takes the third approach of avoiding the fancy syntax by using simple non-referential text.
2021-11-19fix typoThien-Thi Nguyen
2021-08-08-fix misc warningsChristian Grothoff
2021-08-06issue #6945: refactoring docs for management api on merchant backend serviceSebastian
2021-07-18moving Anastasis docu to Anastasis, fixing inconsistent licensing statementsChristian Grothoff
2021-05-12expand on "total amount due" as a sum of amount plus feesThien-Thi Nguyen
2021-05-11add fees to example, plus corresponding noteThien-Thi Nguyen
2021-04-14replace FIXME w/ "..." in ‘PaymentResponse’ objectThien-Thi Nguyen
2021-04-13expand ‘PayRequest’ example; add some notesThien-Thi Nguyen
2021-03-26add link to wikipedia entry for ‘Unix epoch’Thien-Thi Nguyen
2021-03-26update timestamp values in example to use ‘{ "t_ms": NUMBER }’ format; ↵Thien-Thi Nguyen
add note
2021-03-25update timestamp values to standard formatThien-Thi Nguyen
2021-03-24add Scenario 1: Simple File PurchaseThien-Thi Nguyen
NB: This has quite a few FIXMEs still.
2021-03-24fix auto-refund period explanation; add customer recourse on ↵Thien-Thi Nguyen
non-fulfillment/non-refund case
2021-03-23partially explain ‘${ORDER_ID}’ hack in fulfillment URIThien-Thi Nguyen
(This edit includes a FIXME/question because i don't understand the phrase "POSTing to the merchant" in the original (core/api-merchant.rst) text.)
2021-03-23add NB for missing ‘next_restock’ plus short explanationThien-Thi Nguyen
2021-03-23mark up ‘image’Thien-Thi Nguyen
2021-03-23don't bother w/ ‘next_restock’ for PDF filesThien-Thi Nguyen
2021-03-23expand on NB of "marked as forgettable" in exampleThien-Thi Nguyen
2021-03-19set ‘total_stock’ to be "infinite" (-1) for product ‘f001’Thien-Thi Nguyen
2021-03-19fix typo: s/;/,/Thien-Thi Nguyen
2021-03-19add ‘image’ and ‘_forgettable’ to product ‘p001’Thien-Thi Nguyen
2021-03-19remove comment on ‘unit’ field (two instances)Thien-Thi Nguyen
2021-03-18remove comment on ‘taxes’ field (two instances)Thien-Thi Nguyen
2021-03-18don't mention jq(1)-style paths; drop FIXME/questionThien-Thi Nguyen
2021-03-18reword ‘_forgettable’ field(s) blurbThien-Thi Nguyen
2021-03-18remove FIXME/questionThien-Thi Nguyen
2021-03-12grammar (parallelism): use pluralThien-Thi Nguyen
2021-03-12add note for "repurchase detection / prevention"Thien-Thi Nguyen
2021-03-12rewrite "auto-refund period" details per CG feedbackThien-Thi Nguyen
2021-03-12rewrite claim token details per CG feedbackThien-Thi Nguyen
2021-03-12fix typo: s/False/false/Thien-Thi Nguyen
(I believe JSON admits ‘true’ and ‘false’ only.)
2021-03-12document contract term ‘_forgettable’Thien-Thi Nguyen
2021-03-11mention :http:post:`[/instances/$INSTANCE]/private/orders`Thien-Thi Nguyen
2021-03-11remove spurious "and"Thien-Thi Nguyen
2021-03-11fix typo: s/instnaces/instances/Thien-Thi Nguyen
2021-03-11fix typo: s/products products/products/Thien-Thi Nguyen
2021-03-11reword "each aspect" blurb slightlyThien-Thi Nguyen
2021-03-11comments/changes for ttnChristian Grothoff
2021-03-11update FIXMEThien-Thi Nguyen
2021-03-10use ‘javascript’ for code-block type instead of ‘json’Thien-Thi Nguyen
Apparently (according to Wikipedia), JSON doesn't have a comment syntax!
2021-03-10new file: taler-mcig.rstThien-Thi Nguyen
This is not (yet) added to the Table of Contents.