commit 4cafdfcd932bd52284a9002263eff964b4c6dc81
parent 5c47aa937e3ff53fcc55efad4b5118878ecc6adf
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 22 May 2020 11:17:01 +0200
clarify doc
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -1931,7 +1931,7 @@ Giving Customer Tips
-.. http:get:: /tips/$TIP_ID/pickup
+.. http:get:: /tips/$TIP_ID
Handle request from wallet to provide details about a tip.
@@ -1950,7 +1950,7 @@ Giving Customer Tips
// wallet to determine denominations, fees, etc.
exchange_url: string;
- // Amount of the tip (including fees).
+ // (remaining) amount of the tip (including fees).
tip_amount: Amount;
// Timestamp indicating when the tip is set to expire (may be in the past).