taler-docs

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

commit 6673e42048230881f04db0073552a74263574278
parent 14b0748e6813610bd246f3dd574a0df41064cf9b
Author: MS <ms@taler.net>
Date:   Tue,  8 Sep 2020 17:48:21 +0200

default case

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -670,7 +670,8 @@ Payment processing order: Order; // if set, the backend will then set the refund deadline to the current - // time plus the specified delay. + // time plus the specified delay. If it's not set, then the merchant backend + // will use a default value from its configuration. refund_delay?: RelativeTime; // specifies the payment target preferred by the client. Can be used