serial_id -> row_id in returned json

This commit is contained in:
Marcello Stanisci 2017-05-10 11:49:59 +02:00
parent 1edf34e52a
commit ec53b9f6ce
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -357,7 +357,7 @@ handle_admin_add_incoming (struct TALER_FAKEBANK_Handle *h,
size_t json_len; size_t json_len;
json = json_pack ("{s:I}", json = json_pack ("{s:I}",
"serial_id", "row_id",
(json_int_t) t->serial_id); (json_int_t) t->serial_id);
json_str = json_dumps (json, json_str = json_dumps (json,
JSON_INDENT(2)); JSON_INDENT(2));