From 793c57317a90ec936a0649c79211ca34215c38fc Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 20 Nov 2018 13:32:02 +0100 Subject: Offer contract terms trait as a JSON object. --- src/include/taler_testing_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 0b3ba31f9..bf3191432 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1880,7 +1880,7 @@ int TALER_TESTING_get_trait_contract_terms (const struct TALER_TESTING_Command *cmd, unsigned int index, - const char **contract_terms); + const json_t **contract_terms); /** @@ -1893,7 +1893,7 @@ TALER_TESTING_get_trait_contract_terms struct TALER_TESTING_Trait TALER_TESTING_make_trait_contract_terms (unsigned int index, - const char *contract_terms); + const json_t *contract_terms); /** -- cgit v1.2.3