diff options
| author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-02-15 17:23:29 +0100 | 
|---|---|---|
| committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-02-15 17:23:29 +0100 | 
| commit | 63109b69105930654889f5a5641989b29c92f467 (patch) | |
| tree | 0d19897f5486e02d6bf103795d719c0ce8bdba11 /src/exchange-lib | |
| parent | 912fd77aa2132ef0a67c65f6608cdbe324a3c46b (diff) | |
paste leftover
Diffstat (limited to 'src/exchange-lib')
| -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 cf68c288..0675d5a8 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; | 
