View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007280 | Taler | wallet (Android App) | public | 2022-07-17 16:39 | 2022-11-04 20:52 |
Reporter | Christian Grothoff | Assigned To | grote | ||
Priority | high | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Product Version | git (master) | ||||
Target Version | 0.9 | Fixed in Version | 0.9 | ||
Summary | 0007280: unable to cancel pending operations (like withdraw) in Android | ||||
Description | Wallet-core and WebExtensions can do it. What is needed is a 'cancel' button for pending operations on the detail page of the pending operation. | ||||
Tags | No tags attached. | ||||
related to | 0006984 | closed | javier.sepulveda | search in documentation broken |
|
Is there any more info on the wallet-core APIs you want implemented in the Android wallet? After a quick look, I couldn't find a command to cancel a withdrawal in the docs: https://docs.taler.net/taler-wallet.html#apis-and-data-formats What other pending operations do you want to cancel? I saw abortFailedPayWithRefund for example. |
|
wallet-core supports the "deleteTransaction" request with the following payload: interface DeleteTransactionRequest { transactionId: string; } |
|
Implemented in https://git.taler.net/taler-android.git/commit/?id=d1163e31e904ac59d0739169257a8e3fdc7986a7 |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-07-17 16:39 | Christian Grothoff | New Issue | |
2022-07-17 16:39 | Christian Grothoff | Status | new => assigned |
2022-07-17 16:39 | Christian Grothoff | Assigned To | => grote |
2022-07-17 18:35 | Christian Grothoff | Relationship added | related to 0006984 |
2022-08-17 17:20 | grote | Note Added: 0019008 | |
2022-08-17 18:07 | Florian Dold | Note Added: 0019010 | |
2022-08-17 20:41 | grote | Status | assigned => resolved |
2022-08-17 20:41 | grote | Resolution | open => fixed |
2022-08-17 20:41 | grote | Note Added: 0019012 | |
2022-10-20 10:47 | Christian Grothoff | Fixed in Version | => 0.9 |
2022-11-04 20:52 | Christian Grothoff | Status | resolved => closed |