merchant

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

commit 6dbe8f7f0f6b13453a2af1bca4e42e8efae3715a
parent 8f4e0efebdc6d2f4faf10b6003d87329298e773d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 22 Apr 2019 21:35:03 +0200

indent fix

Diffstat:
Msrc/lib/test_merchant_api.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c @@ -1194,7 +1194,7 @@ next_command (struct InterpreterState *is) static void add_incoming_cb (void *cls, unsigned int http_status, - enum TALER_ErrorCode ec, + enum TALER_ErrorCode ec, uint64_t serial_id, struct GNUNET_TIME_Absolute timestamp, const json_t *full_response) @@ -3335,7 +3335,7 @@ interpreter_run (void *cls) json_object_set_new (order, "instance", json_string (instance)); - + } }