summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:44:14 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:44:14 -0400
commit26359155cbc881f04dbc6e05224c531fe4d5aec4 (patch)
tree93cd26e91590aad9185bb0e54a656a0ed77704a8
parent474821afc2bc4642308e612fd524e739ddb009fa (diff)
downloaddocs-26359155cbc881f04dbc6e05224c531fe4d5aec4.tar.gz
docs-26359155cbc881f04dbc6e05224c531fe4d5aec4.tar.bz2
docs-26359155cbc881f04dbc6e05224c531fe4d5aec4.zip
capitalize first word in sentence; add period at end of sentence (four instances)
-rw-r--r--core/api-merchant.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index e55a4e93..bf74b32f 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2101,16 +2101,16 @@ Informing the backend about incoming wire transfers
.. ts:def:: TransferInformation
interface TransferInformation {
- // how much was wired to the merchant (minus fees)
+ // How much was wired to the merchant (minus fees).
credit_amount: Amount;
- // raw wire transfer identifier identifying the wire transfer (a base32-encoded value)
+ // Raw wire transfer identifier identifying the wire transfer (a base32-encoded value).
wtid: WireTransferIdentifierRawP;
- // target account that received the wire transfer
+ // Target account that received the wire transfer.
payto_uri: string;
- // base URL of the exchange that made the wire transfer
+ // Base URL of the exchange that made the wire transfer.
exchange_url: string;
}