diff options
author | MS <ms@taler.net> | 2020-10-15 16:48:11 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-10-15 16:48:11 +0200 |
commit | 1118128b8078311fd7d3d446b1a2b9bec00b81f3 (patch) | |
tree | 2a609722b957b4d5ce3adb000b2a070968caa91c /core/api-merchant.rst | |
parent | 6fdb9994c145307c06dadbdeff8db88380fec56c (diff) | |
download | docs-1118128b8078311fd7d3d446b1a2b9bec00b81f3.tar.gz docs-1118128b8078311fd7d3d446b1a2b9bec00b81f3.tar.bz2 docs-1118128b8078311fd7d3d446b1a2b9bec00b81f3.zip |
typo
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r-- | core/api-merchant.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst index f85b5b1..6a8f8e1 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1965,7 +1965,7 @@ Tracking Wire Transfers // do not have an answer from the exchange. verified?: boolean; - // True if the merchant uses the POST /transfer API to confirm + // True if the merchant uses the POST /transfers API to confirm // that this wire transfer took place (and it is thus not // something merely claimed by the exchange). confirmed?: boolean; |