summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_post_orders.c
AgeCommit message (Expand)Author
2020-08-01implementation/tests for idempotent POST /orders requestsJonathan Buchanan
2020-07-31test order without claim tokenJonathan 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-21fully implement forget + some testsJonathan Buchanan
2020-07-20basic implementation for forgetJonathan Buchanan
2020-07-17fix valgrind error in test_merchant_apiJonathan Buchanan
2020-07-16fix #6430Jonathan Buchanan
2020-07-16Triggering bug in test cases.MS
2020-07-11clean up testing post orders cmdJonathan Buchanan
2020-07-09test post orders with products and lock uuidsJonathan Buchanan
2020-07-08removed more old code, more tests for post order, some twister tests for merc...Jonathan Buchanan
2020-07-05GNUNET_free_non_null -> GNUNET_free renameChristian Grothoff
2020-06-24made a testing trait for order claim nonceJonathan Buchanan
2020-06-14allow refund_delay to be specified with POST /orders, fix FTBFSChristian Grothoff
2020-04-27implement order claimingChristian Grothoff
2020-04-26fix fTBFSChristian Grothoff