summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2020-09-05fix #6568Christian Grothoff
2020-08-29log at least a bit on parse failuresChristian Grothoff
2020-08-25fix #6432Christian Grothoff
2020-08-22add h_contract to refund responseChristian Grothoff
2020-08-22remove unnecessary h_contract support, fix free() of uninitialized variableChristian Grothoff
2020-08-22pass h_contract separate from URI, that is cleanerChristian Grothoff
2020-08-22log where parsing failedChristian Grothoff
2020-08-20Merge branch 'master' of ssh://git.taler.net/merchantJonathan Buchanan
2020-08-20parse/test refund uriJonathan Buchanan
2020-08-19improve loggingChristian Grothoff
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-07pass status URLs in template instead of using JS, fix remaining #6457 FIXMEsFlorian Dold
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-26return 402 status code instead of 'unpaid' order statusChristian Grothoff
2020-07-25move refund_delay to request body in POST /ordersJonathan Buchanan
2020-07-24fix spelling mistakesJonathan Buchanan
2020-07-24use string type tag for refund statusFlorian Dold
2020-07-24use order_status string tagFlorian Dold
2020-07-24implement lib functions for paid methodJonathan Buchanan
2020-07-22adapt to exchange refund response message changesFlorian Dold
2020-07-21fully implement forget + some testsJonathan Buchanan
2020-07-19add lib function for forget orderJonathan Buchanan
2020-07-18return merchant signature as part of payment callback (for #5210)Christian Grothoff
2020-07-16API change, #6188Christian Grothoff
2020-07-16rename TALER_JSON_hash to TALER_JSON_contract_hashChristian Grothoff
2020-07-11proper handling of h_denom_pub missmatchChristian Grothoff
2020-07-10use h_denom_pub when signing depositsJonathan Buchanan
2020-07-09handle insufficient stock in post ordersJonathan Buchanan
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-07-03test GET /private/transfersJonathan Buchanan
2020-07-02twister, get tips, instance, and post transfer testsJonathan Buchanan
2020-06-29get pay-again and pay-abort working againJonathan Buchanan
2020-06-23DCE: removing legacy code and APIsChristian Grothoff
2020-06-23use and handle all /pay status codesChristian Grothoff
2020-06-23implement signature verification on pay responseChristian Grothoff
2020-06-23also parse and return timestamp and row_idChristian Grothoff
2020-06-22return active-status of reserves from backenddb (fixes FIXMEs)Christian Grothoff
2020-06-21add missing notifications to private-get-orders long pollerChristian 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