From a7ca300846ba7d94cb8d2660299977bb26a6ce0f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 30 May 2020 18:58:09 +0200 Subject: update manual to reference DB schema --- core/api-merchant.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 5b0f9355..517faeef 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1924,9 +1924,6 @@ Giving Customer Tips // Total amount requested for this pickup_id. requested_amount: Amount; - // Total amount processed by the exchange for this pickup. - exchange_amount: Amount; - } @@ -1976,6 +1973,8 @@ Giving Customer Tips The tip identifier is unknown. :status 409 Conflict: Some of the denomination key hashes of the request do not match those currently available from the exchange (hence there is a conflict between what the wallet requests and what the merchant believes the exchange can provide). + :status 410 Gone: + The tip has expired. .. ts:def:: TipPickupRequest -- cgit v1.2.3