diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-11-09 13:06:21 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-11-09 13:06:21 +0100 |
commit | e095f81c0acf1ae21874eb50936b30111fefef89 (patch) | |
tree | 6b437b5bf5ad3780e8345b58515747eb2d4da740 /src/merchant-tools | |
parent | edfc078b18effea43865a093df69e5fcb1c3475d (diff) |
api update, not fully implemented
Diffstat (limited to 'src/merchant-tools')
-rw-r--r-- | src/merchant-tools/taler-merchant-benchmark.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c index dedcc220..49c3cdd7 100644 --- a/src/merchant-tools/taler-merchant-benchmark.c +++ b/src/merchant-tools/taler-merchant-benchmark.c @@ -23,7 +23,6 @@ * communication with the exchange * @author Marcello Stanisci */ - #include "platform.h" #include <taler/taler_util.h> #include <taler/taler_signatures.h> @@ -38,6 +37,10 @@ #include <taler/taler_error_codes.h> #include "taler_merchant_testing_lib.h" + +#define APIKEY_SANDBOX "Authorization: ApiKey sandbox" + + /* Error codes. */ enum PaymentGeneratorError { |