summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-09-06 11:26:41 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-09-06 11:26:41 +0200
commitfdd9c6eeda9db08c4f26897e3aa21a4d36597398 (patch)
treede3b0faee14554e6dd83a738a2601068350c27c2 /core
parent629a0309d2c44c6d6a7a49793d125ca1399b405e (diff)
downloaddocs-fdd9c6eeda9db08c4f26897e3aa21a4d36597398.tar.gz
docs-fdd9c6eeda9db08c4f26897e3aa21a4d36597398.tar.bz2
docs-fdd9c6eeda9db08c4f26897e3aa21a4d36597398.zip
clarify unit / formatting
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 8c693fef..1a48dfa1 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1087,9 +1087,10 @@ both by the user's browser and their wallet.
**Request**
:query hc: hash of the order's contract terms
- :query long_poll_ms: *Optional.* If specified, the merchant backend will wait up to ``long_poll_ms`` for completion
- of the payment before sending the HTTP response. A client must never rely on this behavior, as the merchant backend may
- return a response immediately.
+ :query long_poll_ms: *Optional.* If specified, the merchant backend will
+ wait up to ``long_poll_ms`` milliseconds for completion of the payment before
+ sending the HTTP response. A client must never rely on this behavior, as the
+ merchant backend may return a response immediately.
**Response**