taler-docs

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

commit 35f94090e2fdd90d560da1fed5d1079dcd6eefd2
parent 6f0c1fcceed14dac5026e5984fef03e056849dbd
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue, 12 Jul 2022 13:03:55 +0200

already paid response taldir relative

Diffstat:
Mcore/api-taldir.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-taldir.rst b/core/api-taldir.rst @@ -206,8 +206,8 @@ Address registration interface AlreadyPaidResponse { - // The date until which this registration is paid for - valid_until: string; + // The remaining duration for which this registration is still paid for + valid_for: RelativeTime; }