diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-01-10 16:11:25 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-01-10 16:11:25 +0100 |
commit | e06b52d21a1494fe8662214c3ecfdb7e4203338a (patch) | |
tree | 2dd09993de0521e7c3414a5ea07a7784d3957bb7 /src/backend/taler-merchant-httpd.h | |
parent | cde5619bea8fe11d4e19fa0baefc99582a9c14af (diff) |
fill in missing proposal fields
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r-- | src/backend/taler-merchant-httpd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h index 91dc7a22..1e917e7f 100644 --- a/src/backend/taler-merchant-httpd.h +++ b/src/backend/taler-merchant-httpd.h @@ -87,6 +87,11 @@ struct MerchantInstance char *id; /** + * Legal name of the merchant. + */ + char *name; + + /** * File holding the merchant's private key */ char *keyfile; @@ -130,7 +135,6 @@ struct MerchantInstance * Only valid if @e tip_exchange is non-null. */ struct TALER_ReservePrivateKeyP tip_reserve; - }; |