summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-02-15 17:23:29 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-02-15 17:23:29 +0100
commit63109b69105930654889f5a5641989b29c92f467 (patch)
tree0d19897f5486e02d6bf103795d719c0ce8bdba11 /src
parent912fd77aa2132ef0a67c65f6608cdbe324a3c46b (diff)
downloadexchange-63109b69105930654889f5a5641989b29c92f467.tar.gz
exchange-63109b69105930654889f5a5641989b29c92f467.tar.bz2
exchange-63109b69105930654889f5a5641989b29c92f467.zip
paste leftover
Diffstat (limited to 'src')
-rw-r--r--src/exchange-lib/testing_api_trait_string.c2
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;