aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/cta/Payment
AgeCommit message (Collapse)Author
2024-04-12show contract terms in dev modeSebastian
2024-04-12dd53: remove receipt idSebastian
2024-03-07rename insufficient balance fields to work for both merchant and p2p paymentsFlorian Dold
2024-03-07wallet-core: simplify/improve insufficient balance details computationFlorian Dold
2024-03-07refactor coin selection, report maxEffectiveSpendAmountFlorian Dold
2024-03-06towards refactoring coin selectionFlorian Dold
2024-03-04fix #8371Sebastian
2024-02-28get activitySebastian
2024-02-19fix wrong error messagesSebastian
2023-12-27fix: body is not always present in all html documentsSebastian
2023-11-24using monitor apiSebastian
2023-10-22update the amountString definitionv0.9.3-dev.34Sebastian
2023-09-08remove references to product and deliverySebastian
2023-07-03fix 7741: add sessionidSebastian
2023-07-03fix #7741Sebastian
show QR with nonce
2023-06-21better wording to the tx detailsSebastian
2023-06-02remove deprecated notifications, implement isOfflineSebastian
2023-05-26taler-util,wallet-core: implement TalerPreciseTimestampFlorian Dold
Fixes #7703
2023-05-22fixing txId reference based on nominal typeSebastian
2023-05-10compile again after DD37 implSebastian
2023-05-05fixing web-utils new importsSebastian
2023-04-19fix #7704Sebastian
2023-04-14some changesSebastian
using transaction context from web utils alertContext.safely api change (easier to integrate) using lang and localstorage from web utils removing auto permission, from UI adding settings
2023-03-10fix encoded uri, add pay template ctaSebastian
2023-02-13fix broken build since wallet-core new api and placeholder for payment-temlateSebastian
2023-01-27more no enough balance descriptionSebastian
2023-01-20fix wrong fee calculationSebastian
2023-01-09fix #7153: more error handlingSebastian
if handler do not trap error then fail at compile time, all safe handlers push alert on error errors are typed so they render good information
2023-01-09fix #7152Sebastian
2023-01-04fix #7522Sebastian
2022-12-15prettySebastian
2022-12-15wxApi from context and using the new testing sdkSebastian
2022-12-06implement web-utils in web-extensionSebastian
2022-11-25revert the Lost payment resultSebastian
2022-11-24fix 7465Sebastian
2022-11-16fix #7411, also making the backup payment visibleSebastian
2022-11-01wallet-core: use PeerContractTermsFlorian Dold
2022-10-25using new wallet api (typed interface)Sebastian
2022-09-20new compose feature: sub-statesSebastian
implemented in withdraw page, WIP
2022-09-16prettySebastian
2022-09-16redirect after success #7357Sebastian
2022-09-16prettySebastian
2022-09-16working on #7357Sebastian
getTransactionById is introduced: with that we move all transaction information building into a function transactionId was added in every response that creates a tx
2022-09-10add redirect to withdrawSebastian
2022-09-10fix #7343Sebastian
2022-08-15destination uiSebastian
2022-08-14get send money skeletonSebastian
2022-08-10withdraw call to actionSebastian
2022-08-08fixing #6096Sebastian
merchant details and contract terms details factored out, to be used by other components tests and stories updated payment completed != confirmed (confirmed if paid by someone else)
2022-08-01standarizing componentsSebastian