taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 50445fd9703493298578f5b1ed6d6569a317432a
parent 4b9a2e4066c0d4c1ce3bb4ff67822c5774cee7e7
Author: Christian Blättler <blatc2@bfh.ch>
Date:   Sat, 13 Apr 2024 15:35:01 +0200

merchant api: rename token interface in pay request

Diffstat:
Mcore/api-merchant.rst | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -356,9 +356,10 @@ Making the payment // Input tokens required by choice indicated by ``choice_index``. // @since protocol **vSUBSCRIBE** - tokens: TokenPaySig[]; + tokens: TokenUseSig[]; - // Array of blinded output tokens to be (blindly) signed by the merchant. + // Array of output tokens to be (blindly) signed by the merchant. + // Output tokens specified in choice indicated by ``choice_index``. // @since protocol **vSUBSCRIBE** tokens_evs: TokenEnvelope[]; @@ -412,9 +413,9 @@ Making the payment h_age_commitment?: AgeCommitmentHash; } - .. ts:def:: TokenPaySig + .. ts:def:: TokenUseSig - interface TokenPaySig { + interface TokenUseSig { // Signature on ``TALER_DepositRequestPS`` with the public key of the // token being provisioned to the merchant.