taler-docs

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

commit 474821afc2bc4642308e612fd524e739ddb009fa
parent 640509f936630dbac88cf0ca19841b0f36ef5993
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 06:43:21 -0400

change markup of ‘GET /transfer’ from " to ``

Diffstat:
Mcore/api-merchant.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2090,7 +2090,7 @@ Informing the backend about incoming wire transfers The wire transfer identifier is already known to us, but for a different amount, wire method or exchange. :http:statuscode:`502 Bad gateway`: - The exchange returned an error when we asked it about the "GET /transfer" status + The exchange returned an error when we asked it about the ``GET /transfer`` status for this wire transfer. Details of the exchange error are returned. :http:statuscode:`504 Gateway timeout`: The merchant's interaction with the exchange took too long.