Age | Commit message (Expand) | Author |
2020-08-17 | testing and lib sources for new endpoint | Jonathan Buchanan |
2020-08-10 | add await_refund_obtained option to GET /orders/ in merchant lib | Jonathan Buchanan |
2020-08-10 | implement parse refund uri (untested) & add more tests for pay uri | Jonathan Buchanan |
2020-08-09 | implement parser for taler_pay_uri | Jonathan Buchanan |
2020-08-07 | pass status URLs in template instead of using JS, fix remaining #6457 FIXMEs | Florian Dold |
2020-07-30 | add 'paid' to GET /private/orders response entries | Jonathan Buchanan |
2020-07-29 | revert to use pointers for claim token client lib | Jonathan Buchanan |
2020-07-29 | remove allocations and pointers from claim token client/test code | Jonathan Buchanan |
2020-07-29 | lib code/tests for claim token | Jonathan Buchanan |
2020-07-27 | add amount, summary, and refundable to GET /private/orders | Jonathan Buchanan |
2020-07-26 | return 402 status code instead of 'unpaid' order status | Christian Grothoff |
2020-07-25 | move refund_delay to request body in POST /orders | Jonathan Buchanan |
2020-07-24 | fix spelling mistakes | Jonathan Buchanan |
2020-07-24 | use string type tag for refund status | Florian Dold |
2020-07-24 | use order_status string tag | Florian Dold |
2020-07-24 | implement lib functions for paid method | Jonathan Buchanan |
2020-07-22 | adapt to exchange refund response message changes | Florian Dold |
2020-07-21 | fully implement forget + some tests | Jonathan Buchanan |
2020-07-19 | add lib function for forget order | Jonathan Buchanan |
2020-07-18 | return merchant signature as part of payment callback (for #5210) | Christian Grothoff |
2020-07-16 | API change, #6188 | Christian Grothoff |
2020-07-16 | rename TALER_JSON_hash to TALER_JSON_contract_hash | Christian Grothoff |
2020-07-11 | proper handling of h_denom_pub missmatch | Christian Grothoff |
2020-07-10 | use h_denom_pub when signing deposits | Jonathan Buchanan |
2020-07-09 | handle insufficient stock in post orders | Jonathan Buchanan |
2020-07-07 | fixed merchant get order with transfer status | Jonathan Buchanan |
2020-07-05 | fix #6408 also in merchant: in principle only allow rounded times over JSON | Christian Grothoff |
2020-07-03 | test GET /private/transfers | Jonathan Buchanan |
2020-07-02 | twister, get tips, instance, and post transfer tests | Jonathan Buchanan |
2020-06-29 | get pay-again and pay-abort working again | Jonathan Buchanan |
2020-06-23 | DCE: removing legacy code and APIs | Christian Grothoff |
2020-06-23 | use and handle all /pay status codes | Christian Grothoff |
2020-06-23 | implement signature verification on pay response | Christian Grothoff |
2020-06-23 | also parse and return timestamp and row_id | Christian Grothoff |
2020-06-22 | return active-status of reserves from backenddb (fixes FIXMEs) | Christian Grothoff |
2020-06-21 | add missing notifications to private-get-orders long poller | Christian Grothoff |
2020-06-19 | implement library method for DELETE /orders/ and tests | Jonathan Buchanan |
2020-06-19 | naive tests for the family of GET order(s) methods | Jonathan Buchanan |
2020-06-19 | stricter tests for query reserve(s) methods | Jonathan Buchanan |
2020-06-18 | stricter tests for tips/reserves | Jonathan Buchanan |
2020-06-17 | implementations, tests, and renames for GET /tips/ & GET /private/tips/ | Jonathan Buchanan |
2020-06-16 | fix/test for POST tips//pickup | Jonathan Buchanan |
2020-06-15 | test for GET /private/reserves/ | Jonathan Buchanan |
2020-06-15 | test for GET /private/reserves | Jonathan Buchanan |
2020-06-14 | allow refund_delay to be specified with POST /orders, fix FTBFS | Christian Grothoff |
2020-06-14 | implement merchant_api_merchant_get_order.c | Christian Grothoff |
2020-06-14 | clean up logic: use new EXCHANGE_YNA enum, avoid crazy macro construction to ... | Christian Grothoff |
2020-06-14 | add logic to parse refund details | Christian Grothoff |
2020-06-13 | starting with merchant_api_merchant_get_order.c | Christian Grothoff |
2020-06-13 | adjust GET /orders/ID to match spec | Christian Grothoff |