index
:
slackcoder/taler/merchant
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
taler-merchant-httpd_private-post-orders.c
Age
Commit message (
Expand
)
Author
2020-11-08
adjust error codes in merchant
Christian Grothoff
2020-10-30
properly detect if CONTRACT with same order ID already exists as well
Christian Grothoff
2020-10-26
use corret HTTP status codes (#6434)
Christian Grothoff
2020-10-25
implement #6525, requires LASTEST GNUnet to work
Christian Grothoff
2020-10-25
use better status codes
Christian Grothoff
2020-10-25
work on #6525
Christian Grothoff
2020-10-20
@param
MS
2020-10-15
Doxygen fixes
MS
2020-10-09
Addressing @file warnings.
MS
2020-10-07
refuse refunds categorically if refund_delay was 0, instead of trying to give...
Christian Grothoff
2020-09-10
comment
MS
2020-09-05
fix idempotency issue for POST /private/orders (#6445)
Christian Grothoff
2020-09-05
inline locations as per#6566
Christian Grothoff
2020-08-25
fix #6432
Christian Grothoff
2020-08-25
fix memory leaks discovered while valgrinding #6493
Christian Grothoff
2020-08-24
make fulfillment URL optional, fix #6498 as discussed
Christian Grothoff
2020-08-19
long poll for pending refunds
Jonathan Buchanan
2020-08-12
adapt to GNUnet API change
Florian Dold
2020-08-09
implement #6467
Christian Grothoff
2020-08-01
implementation/tests for idempotent POST /orders requests
Jonathan Buchanan
2020-07-29
remove claim_token from insert_contract_terms and return it from lookup_order
Jonathan Buchanan
2020-07-27
missing commit
Christian Grothoff
2020-07-27
make create_token optional
Christian Grothoff
2020-07-27
adjustments to POST /private/orders for #6446 (still missing DB logic update)
Christian Grothoff
2020-07-26
round refund_deadline
Christian Grothoff
2020-07-25
move refund_delay to request body in POST /orders
Jonathan Buchanan
2020-07-18
-fix comparison, avoid NPE
Christian Grothoff
2020-07-15
change to remove compiler warnings for switch() cases that cannot really happen
Christian Grothoff
2020-07-14
tests for idempotent/conflicting post requests
Jonathan Buchanan
2020-07-09
handle insufficient stock in post orders
Jonathan Buchanan
2020-07-08
removed more old code, more tests for post order, some twister tests for merc...
Jonathan Buchanan
2020-07-06
fix #5930
Christian Grothoff
2020-07-05
fix #6408 also in merchant: in principle only allow rounded times over JSON
Christian Grothoff
2020-06-29
long polling test for GET /private/orders
Jonathan Buchanan
2020-06-13
fix #5957
Christian Grothoff
2020-05-17
misc. fixes
Christian Grothoff
2020-05-02
POST /orders/ID/refund implementation
Christian Grothoff
2020-05-01
adapt to exchangev8 protocol
Christian Grothoff
2020-04-26
implement GET /orders in libtalermerchant
Christian Grothoff
2020-04-26
implement logic to complete POSTed /orders using inventory data
Christian Grothoff
2020-04-26
first hack at POST /orders
Christian Grothoff