summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-22fix #6470: clarify that this is not an HTTP statusChristian Grothoff
2020-08-22require correct h_contract_terms in GET /orders/Jonathan Buchanan
2020-08-21test fallbackFlorian Dold
2020-08-21template bangsFlorian Dold
2020-08-21replace key-value templating with JSON templatingFlorian Dold
2020-08-20jansson adapter for mustache templatesFlorian Dold
2020-08-20Merge branch 'master' of ssh://git.taler.net/merchantJonathan Buchanan
2020-08-20parse/test refund uriJonathan Buchanan
2020-08-19implement #6460: serving of static filesChristian Grothoff
2020-08-19implement #6458Christian Grothoff
2020-08-19adjust to exchange API changeChristian Grothoff
2020-08-19improve loggingChristian Grothoff
2020-08-19fix bad frees()Christian Grothoff
2020-08-19long poll for pending refundsJonathan Buchanan
2020-08-18expose refund_pending in merchant libJonathan Buchanan
2020-08-18fix logic for (un)claimed ordersFlorian Dold
2020-08-17testing and lib sources for new endpointJonathan Buchanan
2020-08-16avoid leaks from last logic changeChristian Grothoff
2020-08-16must re-do DB operations on resumeChristian Grothoff
2020-08-16timeout argument is timeout_ms in specChristian Grothoff
2020-08-16use 202 if JSON was requestedChristian Grothoff
2020-08-16fix GET /orders/{order_id} handling with redirection to fulfillment if neithe...Christian Grothoff
2020-08-16Merge branch 'master' of ssh://git.taler.net/merchantJonathan Buchanan
2020-08-16early stages of implementing POST /orders/$ORDER_ID/refundJonathan Buchanan
2020-08-15clean up GET /private/orders handlingChristian Grothoff
2020-08-14check instance currency matches configJonathan Buchanan
2020-08-14fix comparisons with TALER_amount_cmp_currencyJonathan Buchanan
2020-08-13Merge branch 'master' of git+ssh://git.taler.net/merchantChristian Grothoff
2020-08-13do not capture reference on exchange_replyChristian Grothoff
2020-08-13fix infinite loop in GET /orders/ if exchange refund returns errorJonathan Buchanan
2020-08-13test for increasing refunds multiple timesJonathan Buchanan
2020-08-12allow claim token match if we have a claimed but unpaid contractChristian Grothoff
2020-08-12fix query string delimiterFlorian Dold
2020-08-12pass current session ID to order status URLFlorian Dold
2020-08-12add fulfillment_url to JSON, not to HTMLChristian Grothoff
2020-08-12possible fix for #6477Christian Grothoff
2020-08-12adapt to GNUnet API changeFlorian Dold
2020-08-12fix/test multiple refund increases for a single coinJonathan 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-09ignore timeout in html requests to GET /orders/Jonathan Buchanan
2020-08-09implement #6467Christian Grothoff
2020-08-07add missing indicesChristian Grothoff
2020-08-06spec for uri parsing methodsJonathan Buchanan
2020-08-07pass status URLs in template instead of using JS, fix remaining #6457 FIXMEsFlorian Dold
2020-08-06implement QR code SVG rendering (fixed #6454)Florian Dold
2020-08-05fix/test legal expiration for deleting ordersJonathan Buchanan
2020-08-05server /config also per instanceChristian Grothoff
2020-08-04fixed unitialized variable in TMH_MHD_test_html_desiredJonathan Buchanan