commit 3bbd345b460d329d23c7e73a1dfeeeeca2ea16a4
parent 65d36c059b9f226f36913d37ad57613bdb8e2da6
Author: Christian Blättler <blatc2@bfh.ch>
Date: Sat, 27 Apr 2024 10:09:47 +0200
make field optional
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -345,7 +345,7 @@ Making the payment
// Signed tokens. Returned in the same order as the
// token envelopes were provided in the request.
// @since protocol **vSUBSCRIBE**
- token_sigs: TokenIssueBlindSig[];
+ token_sigs?: SignedTokenEnvelope[];
}