summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
AgeCommit message (Expand)Author
2021-05-27implement specification update #6891: return exchange_url and payto_uri as pa...Christian Grothoff
2021-05-18add C client API for DELETE /transfers/ID operation (#6876)Christian Grothoff
2021-04-26-document refund_amount argumentChristian Grothoff
2021-04-24-fix typosChristian Grothoff
2021-04-23more doxygen fixesChristian Grothoff
2021-04-23more doxygen fixesChristian Grothoff
2021-04-21fix misc doxygen issuesChristian Grothoff
2021-04-16use POST instead of PATCHChristian Grothoff
2021-04-16correct (product) image to be a string (as specified) instead of a JSON objectChristian Grothoff
2021-04-16enable use of per-instance APIs also in C APIChristian Grothoff
2021-04-08possible fix for #6835Christian Grothoff
2021-04-01implement returning additional order details for unpaid orders (fixes #6822)Christian Grothoff
2021-03-01remove auth token from PATCH instanceFlorian Dold
2021-02-02extend client and testing libs to support setting authentication tokens (#6731)Christian Grothoff
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-30properly parse and return out-of-stock reply, fix 2 FIXMEsChristian Grothoff
2020-10-30address FIXMEs: support args being optional, detail does not exist in reply, ...Christian Grothoff
2020-10-21fix explicit link issues from doxygenChristian Grothoff
2020-10-20expose refund_pending status in GET /private/orders/<ID> operation. Fixes #6491.Christian Grothoff
2020-10-20typoMS
2020-10-20@paramMS
2020-10-20Doxygen fixesMS
2020-10-20@paramMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-14implementing long-polling test commands for wallet get order operation (#6466)Christian Grothoff
2020-10-13implement #6545Christian Grothoff
2020-10-09Addressing @file warnings.MS
2020-10-02implement #6616 claim status in /private/orders/ID handlerChristian Grothoff
2020-08-22add h_contract to refund responseChristian Grothoff
2020-08-20Merge branch 'master' of ssh://git.taler.net/merchantJonathan Buchanan
2020-08-20parse/test refund uriJonathan Buchanan
2020-08-19fix bad frees()Christian Grothoff
2020-08-18expose refund_pending in merchant libJonathan Buchanan
2020-08-17testing and lib sources for new endpointJonathan Buchanan
2020-08-10add await_refund_obtained option to GET /orders/ in merchant libJonathan Buchanan
2020-08-10implement parse refund uri (untested) & add more tests for pay uriJonathan Buchanan
2020-08-09implement parser for taler_pay_uriJonathan Buchanan
2020-08-06spec for uri parsing methodsJonathan Buchanan
2020-07-30add 'paid' to GET /private/orders response entriesJonathan Buchanan
2020-07-29revert to use pointers for claim token client libJonathan Buchanan
2020-07-29remove allocations and pointers from claim token client/test codeJonathan Buchanan
2020-07-29lib code/tests for claim tokenJonathan Buchanan
2020-07-27add amount, summary, and refundable to GET /private/ordersJonathan Buchanan
2020-07-24fix spelling mistakesJonathan Buchanan
2020-07-22adapt to exchange refund response message changesFlorian Dold
2020-07-19design for TALER_MERCHANT_order_paid APIChristian Grothoff
2020-07-19add lib function for forget orderJonathan Buchanan