taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 9bad535b7d4b0176eccba6a33ae734eeb6cbb089
parent 4a2e89780d1760f0e3fb5f5709b17e4cd96ec9bd
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 06:56:48 -0400

add period at end of sentence (three instances)

Diffstat:
Mcore/api-merchant.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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.