summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-22 11:17:01 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-22 11:17:01 +0200
commit4cafdfcd932bd52284a9002263eff964b4c6dc81 (patch)
tree99217d5fe62817a25dfe7741941c3834e2dbc1fb
parent5c47aa937e3ff53fcc55efad4b5118878ecc6adf (diff)
downloaddocs-4cafdfcd932bd52284a9002263eff964b4c6dc81.tar.gz
docs-4cafdfcd932bd52284a9002263eff964b4c6dc81.tar.bz2
docs-4cafdfcd932bd52284a9002263eff964b4c6dc81.zip
clarify doc
-rw-r--r--core/api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 4d728baa..5b0f9355 100644
--- 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).