summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_post_orders.c
AgeCommit message (Collapse)Author
2023-12-16partial implementation of protocol v6: GET with additional filters, POST not ↵Christian Grothoff
done
2023-07-03-more API clean upChristian Grothoff
2023-01-16code clean up and get KYC test to pass again with recent exchange changesChristian Grothoff
2022-12-30testing using templatespriscilla
2022-12-29-towards fixing the template testsChristian Grothoff
2022-04-05adapt to latest GNUnet API: GNUNET_JSON_spec_mark_optional() changedChristian Grothoff
2021-12-14migration to protocol v11Christian Grothoff
2021-12-11fix #7123Christian Grothoff
2021-11-19-fix misc bugsChristian Grothoff
2021-09-02fix internal APIs and implemnetation to match new UUID specification based ↵Christian Grothoff
on application-defined strings; implement test for order creation with locks (#6932)
2021-08-04finish fix for #6953Christian Grothoff
2021-08-01finish implementing #6935Christian Grothoff
2021-08-01-more json_pack fixesChristian Grothoff
2021-02-02add rudimentary test logic for #6731Christian 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-25fix compiler warningChristian Grothoff
2020-10-25handle more possible HTTP status codes nicelyChristian Grothoff
2020-10-25indentation fixesChristian Grothoff
2020-10-15Doxygen fixesMS
2020-10-13Doxygen fixesMS
2020-10-13Doxygen fixesMS
2020-10-09Addressing @file warnings.MS
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-25move refund_delay to request body in POST /ordersJonathan Buchanan
2020-07-09handle insufficient stock in post ordersJonathan Buchanan
2020-06-14allow refund_delay to be specified with POST /orders, fix FTBFSChristian Grothoff
2020-05-17misc. fixesChristian Grothoff
2020-04-26implement POST /orders client with all optional argumentsChristian Grothoff
2020-04-26fix fTBFSChristian Grothoff