exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 63109b69105930654889f5a5641989b29c92f467
parent 912fd77aa2132ef0a67c65f6608cdbe324a3c46b
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 15 Feb 2018 17:23:29 +0100

paste leftover

Diffstat:
Msrc/exchange-lib/testing_api_trait_string.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange-lib/testing_api_trait_string.c b/src/exchange-lib/testing_api_trait_string.c @@ -287,7 +287,7 @@ TALER_TESTING_make_trait_order_id { struct TALER_TESTING_Trait ret = { .index = index, - .trait_name = TALER_TESTING_TRAIT_URL, + .trait_name = TALER_TESTING_TRAIT_ORDER_ID, .ptr = (const void *) order_id }; return ret;