summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:56:48 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:56:48 -0400
commit9bad535b7d4b0176eccba6a33ae734eeb6cbb089 (patch)
tree576bceac8185975730b0a3b7a51cb24085312cc3 /core/api-merchant.rst
parent4a2e89780d1760f0e3fb5f5709b17e4cd96ec9bd (diff)
downloaddocs-9bad535b7d4b0176eccba6a33ae734eeb6cbb089.tar.gz
docs-9bad535b7d4b0176eccba6a33ae734eeb6cbb089.tar.bz2
docs-9bad535b7d4b0176eccba6a33ae734eeb6cbb089.zip
add period at end of sentence (three instances)
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 7db8fd71..dbe9a7b3 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2293,11 +2293,11 @@ Querying known wire transfers
**Request:**
- :query payto_uri: *Optional*. Filter for transfers to the given bank account (subject and amount MUST NOT be given in the payto URI)
+ :query payto_uri: *Optional*. Filter for transfers to the given bank account (subject and amount MUST NOT be given in the payto URI).
- :query before: *Optional*. Filter for transfers executed before the given timestamp
+ :query before: *Optional*. Filter for transfers executed before the given timestamp.
- :query after: *Optional*. Filter for transfers executed after the given timestamp
+ :query after: *Optional*. Filter for transfers executed after the given timestamp.
:query limit: *Optional*. At most return the given number of results. Negative for descending in execution time, positive for ascending in execution time. Default is -20.