taler-docs

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

commit ae616b4113bdb07c9b67dca00e38d148ddc90474
parent 44cbd516885ce9e80f70945c8670067452788114
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  1 Apr 2021 11:17:22 +0200

update spec for #6822

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1841,6 +1841,15 @@ Inspecting orders // URI that the wallet must process to complete the payment. taler_pay_uri: string; + // when was the order created + creation_time: Timestamp; + + // Order summary text. + summary: string; + + // Total amount of the order (to be paid by the customer). + total_amount: Amount; + // Alternative order ID which was paid for already in the same session. // Only given if the same product was purchased before in the same session. already_paid_order_id?: string;