summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-16 14:51:30 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-16 14:51:30 +0100
commit0d0d7355eb24f61fe54964fbde1f5242fee6fa8c (patch)
treef594910170163cfe886afed64350ed983f9094ec /taler-wallet.rst
parent41cd81bd17468b7502ad0494a71d34fc960cff23 (diff)
downloaddocs-0d0d7355eb24f61fe54964fbde1f5242fee6fa8c.tar.gz
docs-0d0d7355eb24f61fe54964fbde1f5242fee6fa8c.tar.bz2
docs-0d0d7355eb24f61fe54964fbde1f5242fee6fa8c.zip
wallet: add pay as pending op
Diffstat (limited to 'taler-wallet.rst')
-rw-r--r--taler-wallet.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index 06f696d4..33a73ea4 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -234,6 +234,19 @@ Pending Operations
**Rendering**: The pending operation is rendered as "withdrawing digital cash".
+``pay``
+ Shown when a payment is in progress.
+
+ Details:
+
+ * ``amountPrice``: Price of the order that is being purchased
+ * ``amountEffectivePrice``: Effective price, including fees for refreshing *and*
+ coins that are too small to refresh.
+ * ``lastErrors``: If present, contains the last error for every coin that is
+ part of this withdrawal operation.
+
+ **Rendering**: The pending operation is rendered as "paying".
+
``refresh``
Shown when a refresh is in progress, either one that's manually forced, one
after payment, or one after a refund.