summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2020-06-24got refunds working and testedJonathan Buchanan
2020-06-24made a testing trait for order claim nonceJonathan Buchanan
2020-06-23deeper checks on GET /private/ordersJonathan Buchanan
2020-06-23harder tests for GET /private/instances, GET /private/productsJonathan Buchanan
2020-06-23DCE: removing legacy code and APIsChristian Grothoff
2020-06-23also parse and return timestamp and row_idChristian Grothoff
2020-06-23clarify with/without wire fee issueChristian Grothoff
2020-06-22Merge branch 'protocolV1' of ssh://git.taler.net/merchant into protocolV1Jonathan Buchanan
2020-06-22more checks for GET /private/products/Jonathan Buchanan
2020-06-22return active-status of reserves from backenddb (fixes FIXMEs)Christian Grothoff
2020-06-22fix type conversion warning and test failure for backenddbJonathan Buchanan
2020-06-22deeper checks for GET /private/instances/Jonathan Buchanan
2020-06-21add missing notifications to private-get-orders long pollerChristian Grothoff
2020-06-20start with reserve processing logicChristian Grothoff
2020-06-19implement library method for DELETE /orders/ and testsJonathan Buchanan
2020-06-19naive tests for the family of GET order(s) methodsJonathan Buchanan
2020-06-19stricter tests for query reserve(s) methodsJonathan Buchanan
2020-06-18stricter tests for tips/reservesJonathan Buchanan
2020-06-17implementations, tests, and renames for GET /tips/ & GET /private/tips/Jonathan Buchanan
2020-06-15test for GET /private/reserves/Jonathan Buchanan
2020-06-15test for GET /private/reservesJonathan Buchanan
2020-06-14allow refund_delay to be specified with POST /orders, fix FTBFSChristian Grothoff
2020-06-14implement merchant_api_merchant_get_order.cChristian Grothoff
2020-06-14clean up logic: use new EXCHANGE_YNA enum, avoid crazy macro construction to ...Christian Grothoff
2020-06-13adjust GET /orders/ID to match specChristian Grothoff
2020-06-13adjust API to current specChristian Grothoff
2020-06-13implement missing SQLChristian Grothoff
2020-06-13test DELETE /private/reserves/Jonathan Buchanan
2020-06-12moved yna to exchangeJonathan Buchanan
2020-06-12fix crashChristian Grothoff
2020-06-12do not forget to kick MHDChristian Grothoff
2020-06-10test/fix for POST /private/reservesJonathan Buchanan
2020-06-10implementation of GET /private/tipsJonathan Buchanan
2020-06-09created lookup_tips method for backenddbJonathan Buchanan
2020-06-09Merge branch 'protocolV1' of git+ssh://git.taler.net/merchant into protocolV1Christian Grothoff
2020-06-09start to build get-orders-IDChristian Grothoff
2020-06-08headers and empty source files for GET /private/tipsJonathan Buchanan
2020-06-06work on getting TransactionWireTransfer reply builtChristian Grothoff
2020-06-04more work on private-get-orders-IDChristian Grothoff
2020-06-03new backenddb APIs for GET /private/orders/IDChristian Grothoff
2020-06-01implement POST /private/reservesChristian Grothoff
2020-06-01implement GET /reserves/RESERVE_IDChristian Grothoff
2020-06-01add logic for activation of reserves to merchant backend DBChristian Grothoff
2020-05-31address DB fixes for missing EC valuesChristian Grothoff
2020-05-31work on tip APIsChristian Grothoff
2020-05-30fix DB useChristian Grothoff
2020-05-30implement lookup tip detailsChristian Grothoff
2020-05-28backenddb tests for refundsJonathan Buchanan
2020-05-28more db tests for transfers and tipsJonathan Buchanan
2020-05-27fixed inventory locking, test code for transfer lookupsJonathan Buchanan