View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009292 | Taler | wallet-core | public | 2024-10-23 09:35 | 2024-10-23 10:24 |
Reporter | MarcS | Assigned To | Florian Dold | ||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Summary | 0009292: getWithdrawalDetailsForUri needs to return scopeInfo (instead of currency and defaultExchangeBaseUrl) | ||||
Description | After scanning a QR code or tapping on a shared withdrawal talerURI, the wallet calls getWithdrawalDetailsForUri. The response currently only returns the currency (because the amount might be undefined) and (optional) a defaultExchangeBaseUrl. Please deprecate both, and instead return a ScopeInfo. export interface WithdrawUriInfoResponse { operationId: string; status: WithdrawalOperationStatus; confirmTransferUrl?: string; currency: string; amount: AmountString | undefined; editableAmount: boolean; maxAmount: AmountString | undefined; wireFee: AmountString | undefined; defaultExchangeBaseUrl?: string; editableExchange: boolean; possibleExchanges: ExchangeListItem[]; } | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-10-23 09:35 | MarcS | New Issue | |
2024-10-23 09:35 | MarcS | Status | new => assigned |
2024-10-23 09:35 | MarcS | Assigned To | => Florian Dold |
2024-10-23 10:23 | MarcS | Status | assigned => resolved |
2024-10-23 10:23 | MarcS | Resolution | open => no change required |
2024-10-23 10:23 | MarcS | Note Added: 0023568 |