diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-04-10 11:18:56 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-04-10 11:18:56 +0200 |
commit | 208dbea1ce964495dbd4ee1b572694a43d8cdb6b (patch) | |
tree | da6ac58120683516da053905224d00ec620dc42f /src/include/taler_merchantdb_plugin.h | |
parent | 31babe5cf8e1259b719461fa318db9ae0778ec1a (diff) |
add implementation of AML status report (#7684)
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r-- | src/include/taler_merchantdb_plugin.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h index 1ca27844..68cdf3d7 100644 --- a/src/include/taler_merchantdb_plugin.h +++ b/src/include/taler_merchantdb_plugin.h @@ -194,6 +194,11 @@ struct TALER_MERCHANTDB_InstanceSettings */ struct GNUNET_TIME_Relative default_pay_delay; + /** + * Type of user this merchant represents. + * FIXME: not yet initialized! + */ + enum TALER_KYCLOGIC_KycUserType ut; }; |