summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-01 11:37:08 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-01 11:37:13 +0100
commit8f7bf709b7ad5263096749a5620bf4eec5639d64 (patch)
tree1ec5c2b9df6e0ec98dd1c3673bc5da7d750254bc /core/api-merchant.rst
parent7b4d3fd5e33197b747e5a9bff15834da8c2a8325 (diff)
downloaddocs-8f7bf709b7ad5263096749a5620bf4eec5639d64.tar.gz
docs-8f7bf709b7ad5263096749a5620bf4eec5639d64.tar.bz2
docs-8f7bf709b7ad5263096749a5620bf4eec5639d64.zip
-document new -k option
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 142e83f8..b6bdb0dd 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -318,7 +318,7 @@ Making the payment
// Custom inputs from the wallet for the contract.
wallet_data?: Object;
-
+
// The session for which the payment is made (or replayed).
// Only set for session-based payments.
session_id?: string;
@@ -3311,7 +3311,7 @@ Adding templates
// The user may specify any amount, but it must be
// in this currency.
// This parameter is optional and should not be present
- // if "amount" is given.
+ // if "amount" is given.
currency?: string;
// The price is imposed by the merchant and cannot be changed by the customer.