summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-04-13 15:08:57 -0300
committerSebastian <sebasjm@gmail.com>2021-04-13 15:09:36 -0300
commit22eee42fcd3ede5d60d88ca0e9adc497ae04f538 (patch)
treebb18dd585cb42487e7fbd03a4ded750a566b859e /core
parenta3b06f13b2a8e7059e233a3216a40f37a6b2fa61 (diff)
downloaddocs-22eee42fcd3ede5d60d88ca0e9adc497ae04f538.tar.gz
docs-22eee42fcd3ede5d60d88ca0e9adc497ae04f538.tar.bz2
docs-22eee42fcd3ede5d60d88ca0e9adc497ae04f538.zip
- default_pay_deadline -> default_pay_delay
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index f7d07c35..f2a0f25b 100644
--- 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.