diff options
author | Florian Dold <florian@dold.me> | 2024-11-07 22:26:50 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-11-07 22:26:50 +0100 |
commit | 7af02519be095b214d2820fb57318ab74157a02e (patch) | |
tree | b8e80ad1bbfa0745e7075b1a8e52bde2021e4d69 /src/include/taler_exchangedb_plugin.h | |
parent | d70efe619e1c2ba0b02d6af41aea9cd8455ab0ee (diff) |
use TEH_kyc_run_measure_instant, derive provider_name from process_row
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 39d971f09..c633675d8 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -7559,6 +7559,7 @@ struct TALER_EXCHANGEDB_Plugin * row in legitimization_processes table to access * @param[out] measure_index set to the measure the * process is trying to satisfy + * @param[out] provider_name name of the provider, must be freed by caller * @param[out] jmeasures set to the legitimization * measures that were put on the account * @return database transaction status @@ -7568,6 +7569,7 @@ struct TALER_EXCHANGEDB_Plugin void *cls, uint64_t legitimization_process_serial_id, uint32_t *measure_index, + char **provider_name, json_t **jmeasures); |