summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_testing_lib.h
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-18 14:48:47 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-18 14:48:47 +0100
commita3a0b36a9eb1053ea665d63375ab5f4830e5e8d9 (patch)
tree67ba184880aa478464958d09e9c4452e95f2c052 /src/include/taler_merchant_testing_lib.h
parent4393961f913dd79c195070e520d83943ffd3024e (diff)
downloadmerchant-a3a0b36a9eb1053ea665d63375ab5f4830e5e8d9.tar.gz
merchant-a3a0b36a9eb1053ea665d63375ab5f4830e5e8d9.tar.bz2
merchant-a3a0b36a9eb1053ea665d63375ab5f4830e5e8d9.zip
/proposal #5284
Diffstat (limited to 'src/include/taler_merchant_testing_lib.h')
-rw-r--r--src/include/taler_merchant_testing_lib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index b74ebe0b..2664cfc7 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -71,7 +71,6 @@ TALER_TESTING_run_merchant (const char *config_filename,
* @param label command label
* @param merchant_url base URL of the merchant serving
* the proposal request.
- * @param ctx CURL context.
* @param http_status expected HTTP status.
* @param order the order to PUT to the merchant.
* @param instance merchant instance performing the operation.
@@ -81,7 +80,6 @@ TALER_TESTING_run_merchant (const char *config_filename,
struct TALER_TESTING_Command
TALER_TESTING_cmd_proposal (const char *label,
const char *merchant_url,
- struct GNUNET_CURL_Context *ctx,
unsigned int http_status,
const char *order,
const char *instance);
@@ -101,7 +99,6 @@ TALER_TESTING_cmd_proposal (const char *label,
struct TALER_TESTING_Command
TALER_TESTING_cmd_proposal_lookup
(const char *label,
- struct GNUNET_CURL_Context *ctx,
const char *merchant_url,
unsigned int http_status,
const char *proposal_reference,