taler-docs

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

commit 22eee42fcd3ede5d60d88ca0e9adc497ae04f538
parent a3b06f13b2a8e7059e233a3216a40f37a6b2fa61
Author: Sebastian <sebasjm@gmail.com>
Date:   Tue, 13 Apr 2021 15:08:57 -0300

- default_pay_deadline -> default_pay_delay

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 @@ -1129,7 +1129,7 @@ Inspecting instances // If the frontend does NOT specify a payment deadline, how long should // offers we make be valid by default? - default_pay_deadline: RelativeTime; + default_pay_delay: RelativeTime; // Authentication configuration. // Does not contain the token when token auth is configured.