summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-16 13:38:55 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-16 13:38:55 +0100
commit33d4369dcf89e8868177e38e1a485002ce975005 (patch)
tree62bcd4d936cea99b97e7dfbc4943249161bfc2b2 /src/include
parentbc79ce6f89103a518e8453dd9b5f2e1b6d5d1ecf (diff)
downloadmerchant-33d4369dcf89e8868177e38e1a485002ce975005.tar.gz
merchant-33d4369dcf89e8868177e38e1a485002ce975005.tar.bz2
merchant-33d4369dcf89e8868177e38e1a485002ce975005.zip
-more work on KYC test
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_testing_lib.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index cb92d0f3..38149d25 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -1481,12 +1481,12 @@ TALER_TESTING_cmd_tip_pickup (const char *label,
* @return the command
*/
struct TALER_TESTING_Command
-TALER_TESTING_cmd_kyc_get (const char *label,
- const char *merchant_url,
- const char *instance_id,
- const char *h_wire_ref,
- const char *exchange_url,
- unsigned int expected_http_status);
+TALER_TESTING_cmd_merchant_kyc_get (const char *label,
+ const char *merchant_url,
+ const char *instance_id,
+ const char *h_wire_ref,
+ const char *exchange_url,
+ unsigned int expected_http_status);
/* ****** Specific traits supported by this component ******* */