commit fd71cc1807dec6727ec44552819b806276c23680
parent 59a87aa0e263112669dd29556261ad2a4e8b8fd5
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 1 Jan 2016 21:14:07 +0100
add logging, initialize max_fee field
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
@@ -1365,6 +1365,7 @@ run (void *cls,
.label = "deposit-simple",
.expected_response_code = MHD_HTTP_OK,
.details.pay.amount = "EUR:5",
+ .details.pay.max_fee = "EUR:0.5",
.details.pay.coin_ref = "withdraw-coin-1",
.details.pay.wire_details = "{ \"type\":\"TEST\", \"bank\":\"dest bank\", \"account\":42 }",
.details.pay.contract = "{ \"items\"={ \"name\":\"ice cream\", \"value\":1 } }",