From e06b52d21a1494fe8662214c3ecfdb7e4203338a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 10 Jan 2018 16:11:25 +0100 Subject: fill in missing proposal fields --- src/backend/taler-merchant-httpd.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/backend/taler-merchant-httpd.h') 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 @@ -86,6 +86,11 @@ struct MerchantInstance */ char *id; + /** + * Legal name of the merchant. + */ + char *name; + /** * File holding the merchant's private key */ @@ -130,7 +135,6 @@ struct MerchantInstance * Only valid if @e tip_exchange is non-null. */ struct TALER_ReservePrivateKeyP tip_reserve; - }; -- cgit v1.2.3