diff options
author | MS <ms@taler.net> | 2020-09-08 17:48:21 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-09-08 17:48:21 +0200 |
commit | 6673e42048230881f04db0073552a74263574278 (patch) | |
tree | 0f1bcb18fe77f893050a11ba03a9e06d32d62835 /core/api-merchant.rst | |
parent | 14b0748e6813610bd246f3dd574a0df41064cf9b (diff) | |
download | docs-6673e42048230881f04db0073552a74263574278.tar.gz docs-6673e42048230881f04db0073552a74263574278.tar.bz2 docs-6673e42048230881f04db0073552a74263574278.zip |
default case
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r-- | core/api-merchant.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 014b66de..b19b31b4 100644 --- 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 |