diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-12-29 10:10:25 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-12-29 10:10:25 +0100 |
commit | fa840f7071da56c4794c887b813ca2a6f491f836 (patch) | |
tree | 7b126d737aa1fdc3df2ea60f76540af6011ea049 /src/include/taler_testing_lib.h | |
parent | 5828eead705965b5ac87cfad78636b1363b16396 (diff) | |
parent | 915d6ddfaa638a9759766eaf69dfef7e8e17474b (diff) |
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index aa475bd33..55d36b2de 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2568,6 +2568,21 @@ TALER_TESTING_cmd_purse_create_with_deposit ( /** + * Deletes a purse. + * + * @param label command label + * @param expected_http_status what HTTP status do we expect to get returned from the exchange + * @param purse_cmd command that created the purse + * @return the command + */ +struct TALER_TESTING_Command +TALER_TESTING_cmd_purse_delete ( + const char *label, + unsigned int expected_http_status, + const char *purse_cmd); + + +/** * Retrieve contract (also checks that the contract matches * the upload command). * |