commit d0e1e3a382db0ebc2fc56f2ddf3f7e11cac1ddec
parent 5f66f9564d6c02d2a553dbbc152c9b92d3e39f0a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 07:09:43 -0400
add period at end of sentence (three instances)
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -2582,10 +2582,10 @@ Authorizing tips
.. ts:def:: TipCreateRequest
interface TipCreateRequest {
- // Amount that the customer should be tipped
+ // Amount that the customer should be tipped.
amount: Amount;
- // Justification for giving the tip
+ // Justification for giving the tip.
justification: string;
// URL that the user should be directed to after tipping,
@@ -2599,7 +2599,7 @@ Authorizing tips
// Unique tip identifier for the tip that was created.
tip_id: HashCode;
- // taler://tip URI for the tip
+ // taler://tip URI for the tip.
taler_tip_uri: string;
// URL that will directly trigger processing