aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay-merchant.ts
AgeCommit message (Collapse)Author
2023-09-08wallet-core: address DB FIXMEs, systematic state numberingFlorian Dold
2023-07-10repurchase detectionSebastian
- check that the old transaction is not refunded - if the old purchase was deleted fallback to no-repurchase detected
2023-07-10do not expose the noncePrivSebastian
2023-07-03fix 7741: add sessionidSebastian
2023-07-03#7741 share paymentSebastian
save shared state in backup if purchase is shared check before making the payment of before claim the order already confirmed order can return without effective if coin selection was not made sharePayment operation
2023-06-30wallet-core: rename OperationAttempt->TaskRun, do not allow task result ↵Florian Dold
values anymore
2023-06-28wallet-core: emit balance-change notifications, do less implicit background workFlorian Dold
2023-06-20wallet-core: remove redundant/unused notificationsFlorian Dold
2023-06-20wallet-core: emit DD37 self-transition notifications with errorsFlorian Dold
2023-06-05wallet-core: fix payment abort state machineFlorian Dold
2023-06-02wallet-core: fix tipping state machine issuesFlorian Dold
2023-05-30wallet-core: report possible actions in transactions listFlorian Dold
2023-05-30finish implementation of abort / cancelAborting on all tx typesFlorian Dold
2023-05-30wallet-core: add missing resume/suspend implementationsFlorian Dold
2023-05-26taler-util,wallet-core: implement TalerPreciseTimestampFlorian Dold
Fixes #7703
2023-05-25-fix methodFlorian Dold
2023-05-25wallet-core: add pay-merchant suspended statesFlorian Dold
2023-05-25wallet-core: more notificationsFlorian Dold
2023-05-25wallet-core: DD37 fixes and FIXME comments for merchant paymentsFlorian Dold
2023-05-24wallet-core: remove deprecated txid parsingFlorian Dold
2023-05-22nominal typing for taskId, also fixing transactionId referenceSebastian
2023-05-16wallet-core: return purchase information in refund if availableFlorian Dold
2023-05-16-fix minor state nameFlorian Dold
2023-05-10wallet-core: return txid when starting refund via URIFlorian Dold
2023-05-07-spelling consistency0.9.3-dev.12Florian Dold
2023-05-07wallet-core: refund DD37 refactoringFlorian Dold
2023-05-05wallet-core: remove allowed auditors from contract termsFlorian Dold
2023-05-05DD37 wipFlorian Dold
2023-05-02wallet-core: report pay-merchant DD37 stateFlorian Dold
2023-04-25wallet-core: adjust to breaking merchant API changeFlorian Dold
2023-04-25-DD37 wipFlorian Dold
2023-04-21wallet-harness: make sure events are not lost in deposit testFlorian Dold
2023-04-19fix #7704Sebastian
2023-04-03save posConfirmation after paymentSebastian
2023-03-31move coin selection function to coinSelection.ts and added a test ↵Sebastian
placeholder, and some fixes: * selectCandidates was not save wire fee * selectCandidates show check wire fee time range
2023-02-20wallet-core: fix retryTransaction, improve tx/op identifier parsing/constructionFlorian Dold
2023-02-20refund awating is empty when puchase is paid, returning last refund idSebastian
2023-02-20don't use outdated purchase infoSebastian
2023-02-16make wallet-cli runnable under qtartFlorian Dold
2023-02-14wallet-core: expose more info about refund queryFlorian Dold
2023-01-19fix: order will stay in queryRefund state foreverSebastian
2023-01-18wallet-core: log insufficient balance detailsFlorian Dold
2023-01-13wallet-core: return pending status instead of errorFlorian Dold
This allows clients to get the transaction ID of the confirmed payment.
2023-01-12wallet-core: refresh properly after non-abort refundsFlorian Dold
2023-01-11when as number instead of string, fix codec used before declaration, prettySebastian
2023-01-11-check in integration testFlorian Dold
2023-01-11wallet-core: refresh when aborting paymentsFlorian Dold
2023-01-10if the order is not found, marked the payment as failedSebastian
2023-01-09add 'when' to error-detail and remove error as normal response when doing backupSebastian
2023-01-05wallet-core: implement insufficient balance detailsFlorian Dold
For now, only for merchant payments