From ae616b4113bdb07c9b67dca00e38d148ddc90474 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 1 Apr 2021 11:17:22 +0200 Subject: update spec for #6822 --- core/api-merchant.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index f4aa7f0d..90351cab 100644 --- 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; -- cgit v1.2.3