taler-docs

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

commit 932ac91366c0a391baefd420d63aa2d458514053
parent d2a82b2518b44aaf5eab55dedc2e1983aa844a85
Author: Nullptrderef <nullptrderef@proton.me>
Date:   Sun, 26 May 2024 01:43:25 +0200

fix the thing

Diffstat:
Mcore/api-merchant.rst | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -590,9 +590,12 @@ Querying payment status :http:statuscode:`406 Not acceptable`: The merchant backend could not load the template required to generate a reply in the desired format. (Likely HTML templates were not properly installed.) + .. TODO: this interface was named StatusPaid, with the ts def as StatusPaidResponse; i made them match using StatusPaidResponse, but the other way might be preferable + .. ~ nullptrderef + .. ts:def:: StatusPaidResponse - interface StatusPaid { + interface StatusPaidResponse { // Was the payment refunded (even partially, via refund or abort)? refunded: boolean;