summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_merchant_get_order.c
AgeCommit message (Collapse)Author
2024-04-09implement protocol v14 / fix #8717Christian Grothoff
2024-03-22fix more json_XXX_size unsigned int issuesChristian Grothoff
2024-02-24expand test for #8353Christian Grothoff
2024-02-09set curl timeout when long-pollingChristian Grothoff
2024-01-06updating logic to use new depositcheck tooling (not yet working)Christian Grothoff
2023-11-25-update to new spec parsers for better error checkingChristian Grothoff
2023-06-04-code cleanupv0.9.3-dev.1Christian Grothoff
2023-05-18rename .success to .ok for consistencyChristian Grothoff
2023-05-10fix 0-length VLAsChristian Grothoff
2022-08-11-fix handling of serialization failureChristian Grothoff
2022-07-11improve C APIChristian Grothoff
2022-05-18gateway timeout is not really a protocol violationChristian 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-08-01-more json_pack fixesChristian Grothoff
2021-07-24implement #6939 transformationChristian Grothoff
2021-04-01implement returning additional order details for unpaid orders (fixes #6822)Christian Grothoff
2021-03-13clean up url_join callsChristian Grothoff
2021-02-13fix memory leaksChristian Grothoff
2021-02-02add rudimentary test logic for #6731Christian Grothoff
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-30address FIXMEs: support args being optional, detail does not exist in reply, ↵Christian Grothoff
so remove obsolete FIXME
2020-10-20expose refund_pending status in GET /private/orders/<ID> operation. Fixes #6491.Christian Grothoff
2020-10-15Doxygen fixesMS
2020-10-13Doxygen fixesMS
2020-10-13Doxygen fixesMS
2020-10-09Addressing @file warnings.MS
2020-10-02implement #6616 claim status in /private/orders/ID handlerChristian Grothoff
2020-08-25fix #6432Christian Grothoff
2020-07-24use order_status string tagFlorian Dold
2020-07-16API change, #6188Christian Grothoff
2020-07-07fixed merchant get order with transfer statusJonathan Buchanan
2020-07-05fix #6408 also in merchant: in principle only allow rounded times over JSONChristian Grothoff
2020-06-19naive tests for the family of GET order(s) methodsJonathan Buchanan
2020-06-14implement merchant_api_merchant_get_order.cChristian Grothoff
2020-06-13starting with merchant_api_merchant_get_order.cChristian Grothoff
2020-06-13adjust GET /orders/ID to match specChristian Grothoff