merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit c927661dd81d0b3227d5673118abcfc4c5e1469f
parent a317735ee2eb25700756c346bf0c88eed73d7aca
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 11 Jun 2018 15:51:34 +0200

Authentication>Authorization

Diffstat:
Msrc/lib/testing_api_helpers.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/testing_api_helpers.c b/src/lib/testing_api_helpers.c @@ -61,7 +61,7 @@ TALER_TESTING_run_merchant (const char *config_filename, GNUNET_asprintf (&wget_cmd, "wget -q -t 1 -T 1" - " --header='Authentication: ApiKey sandbox'" + " --header='Authorization: ApiKey sandbox'" " %s" " -o /dev/null -O /dev/null", merchant_url);