summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-03-04 10:40:50 +0100
committerChristian Grothoff <christian@grothoff.org>2021-03-04 10:40:50 +0100
commitc2a9a820522f8f44505ecf5a46149515c6a87a03 (patch)
tree4be9c43a4c525fc2e9b4ea13703badad237a4b22 /src/include/taler_merchant_testing_lib.h
parent1e6bd4db09bebef2f65a88829d4637cd3017adb1 (diff)
parent950f7cd53ef2457494ea98a06be667f06cd3f1e8 (diff)
downloadmerchant-c2a9a820522f8f44505ecf5a46149515c6a87a03.tar.gz
merchant-c2a9a820522f8f44505ecf5a46149515c6a87a03.tar.bz2
merchant-c2a9a820522f8f44505ecf5a46149515c6a87a03.zip
Merge branch 'master' of git+ssh://git.taler.net/merchant
Diffstat (limited to 'src/include/taler_merchant_testing_lib.h')
-rw-r--r--src/include/taler_merchant_testing_lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index 4eafd6fa..2e872406 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -177,7 +177,6 @@ TALER_TESTING_cmd_merchant_post_instances2 (
* @param default_max_deposit_fee default maximum deposit fee merchant is willing to pay
* @param default_wire_transfer_delay default wire transfer delay merchant will ask for
* @param default_pay_delay default validity period for offers merchant makes
- * @param auth_token authorization token needed to access the instance, can be NULL
* @param http_status expected HTTP response code.
* @return the command.
*/
@@ -196,7 +195,6 @@ TALER_TESTING_cmd_merchant_patch_instance (
const char *default_max_deposit_fee,
struct GNUNET_TIME_Relative default_wire_transfer_delay,
struct GNUNET_TIME_Relative default_pay_delay,
- const char *auth_token,
unsigned int http_status);