diff options
| author | Christian Grothoff <christian@grothoff.org> | 2021-11-07 14:12:54 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2021-11-07 14:12:54 +0100 | 
| commit | 659cd4439d03f7a2a5617f91dc90554b3c5ee2b6 (patch) | |
| tree | 98b943d01e6a689e715acc03f634fb993d433226 /src/include | |
| parent | 121bfe3659c988f0aab070b3ae291b7b6f13f8f7 (diff) | |
expose KYC traits for withdraw/get deposits commands
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_testing_lib.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index c5530f0f..65f4e40a 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2368,6 +2368,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,    op (taler_uri, const char *)                                     \    op (payto_uri, const char *)                                     \    op (row, const uint64_t)                                         \ +  op (payment_target_uuid, const uint64_t)                         \    op (array_length, const unsigned int)                            \    op (credit_payto_uri, const char *)                              \    op (debit_payto_uri, const char *)                               \ | 
