summaryrefslogtreecommitdiff
path: root/src/lib/test_merchant_api.c
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-23 11:16:35 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-23 11:16:52 +0200
commit507eebd2706d4395d541a7f5b997454233fb64c8 (patch)
tree981962f2674508fcb5c75443d21c8b3dc5aa4563 /src/lib/test_merchant_api.c
parent984e503b7af70ad6ff5c75025eadf045e0ebe155 (diff)
downloadmerchant-507eebd2706d4395d541a7f5b997454233fb64c8.tar.gz
merchant-507eebd2706d4395d541a7f5b997454233fb64c8.tar.bz2
merchant-507eebd2706d4395d541a7f5b997454233fb64c8.zip
caring about 'summary' field
Diffstat (limited to 'src/lib/test_merchant_api.c')
-rw-r--r--src/lib/test_merchant_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index fa6de6be..cafd427d 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1610,6 +1610,7 @@ cleanup_state (struct InterpreterState *is)
TALER_MERCHANT_refund_lookup_cancel (cmd->details.refund_lookup.rlo);
cmd->details.refund_lookup.rlo = NULL;
}
+ break;
default:
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Shutdown: unknown instruction %d at %u (%s)\n",
@@ -2405,6 +2406,7 @@ run (void *cls)
\"refund_deadline\":\"\\/Date(0)\\/\",\
\"pay_deadline\":\"\\/Date(9999999999)\\/\",\
\"amount\":{\"currency\":\"EUR\", \"value\":5, \"fraction\":0},\
+ \"summary\":\"useful product\",\
\"products\":\
[ {\"description\":\"ice cream\", \"value\":\"{EUR:5}\"} ] }" },