taler-docs

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

commit 271b7140cbe5774e64fbe3d669d0bce6cde3985b
parent 559514aee334782face75959db91a148177e6e8a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 21 Feb 2023 13:01:18 +0100

-update pay spec to return confirmation code

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -285,6 +285,10 @@ Making the payment // key of the merchant instance. sig: EddsaSignature; + // Text to be shown to the point-of-sale staff as a proof of + // payment. + pos_confirmation?: string; + } .. ts:def:: PayRequest