diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange-lib/testing_api_trait_string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_trait_string.c b/src/exchange-lib/testing_api_trait_string.c index cf68c2887..0675d5a88 100644 --- 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; |