[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 09/09: fix the thing
From: |
gnunet |
Subject: |
[taler-docs] 09/09: fix the thing |
Date: |
Sun, 26 May 2024 01:45:56 +0200 |
This is an automated email from the git hooks/post-receive script.
nora-grothoff pushed a commit to branch master
in repository docs.
commit 932ac91366c0a391baefd420d63aa2d458514053
Author: Nullptrderef <nullptrderef@proton.me>
AuthorDate: Sun May 26 01:43:25 2024 +0200
fix the thing
---
core/api-merchant.rst | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 8e8ee91e..5cbf9d6a 100644
--- 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;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-docs] branch master updated (5b9651b6 -> 932ac913), gnunet, 2024/05/25
- [taler-docs] 01/09: fix: typo or something, gnunet, 2024/05/25
- [taler-docs] 05/09: fix syntax, gnunet, 2024/05/25
- [taler-docs] 02/09: fix: someone doesnt know what indentation is, gnunet, 2024/05/25
- [taler-docs] 04/09: foobase??, gnunet, 2024/05/25
- [taler-docs] 06/09: the ts def should match the interface name 1:1, gnunet, 2024/05/25
- [taler-docs] 09/09: fix the thing,
gnunet <=
- [taler-docs] 03/09: wtaf was 91083aa's indentation in auditor.rst, gnunet, 2024/05/25
- [taler-docs] 07/09: move to pkg, do import resolution, gnunet, 2024/05/25
- [taler-docs] 08/09: we need to consistently not export things, gnunet, 2024/05/25