commit 24c6881fdf10e5bef32ef0512c3854529cf22765 parent 124d53ee53cabc2df6f0549e4211eb338e380f27 Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 4 Aug 2020 20:39:56 +0530 wallet docs Diffstat:
| M | taler-wallet.rst | | | 21 | +++++++++++++++++++++ |
1 file changed, 21 insertions(+), 0 deletions(-)
diff --git a/taler-wallet.rst b/taler-wallet.rst @@ -484,6 +484,14 @@ Refunds interface WalletApplyRefundResponse { // Identifier for the purchase that was refunded contractTermsHash: string; + + amountEffectivePaid: Amount; + + amountRefundGranted: Amount; + + amountRefundGone: Amount; + + pendingAtExchange: boolean; } Exchange Management @@ -785,6 +793,19 @@ Confirm Payment nextUrl: string; } + +Global Errors +------------- + +* Backup/Sync/Anastasis failed +* refresh after pay failed for multiple attempts + (depending on online status) +* scheduled refresh (to avoid expiration) failed +* general recoups (?) +* failed recoup +* (maybe) fatal errors during withdrawal +* pending refund failed permanently (?) + Integration Tests =================