taler-docs

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

commit ad973a639086ed1317f11881bae19fc4d124de09
parent b1ce4c8a16241c1819f1f76aa54b777c10ecea8c
Author: Sebastian <sebasjm@gmail.com>
Date:   Tue, 19 Mar 2024 12:28:11 -0300

fixing typo

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 @@ -592,7 +592,7 @@ are for incomplete payments for an order and never for established contracts. :http:statuscode:`200 OK`: The merchant accepted the request, and passed it on to the exchange. The body is a - a `merchant refund response <MerchantRefundResponse>`. Note that the exchange + a `abort response <AbortResponse>`. Note that the exchange MAY still have encountered errors in processing. Those will then be part of the body. Wallets MUST carefully consider errors for each of the coins as returned by the exchange.