aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-10-10 14:54:00 -0300
committerSebastian <sebasjm@gmail.com>2022-10-10 14:54:14 -0300
commitf184ecb06bee905bec6884fc11e6e4fe56c7a111 (patch)
tree708047e73f6a68231541461d8041a4a4d1deab89 /packages/taler-wallet-core/src/operations
parenteb71c788acfdca2f229e7edb15570c32731b3eb0 (diff)
downloadwallet-core-f184ecb06bee905bec6884fc11e6e4fe56c7a111.tar.xz
pretty
Diffstat (limited to 'packages/taler-wallet-core/src/operations')
-rw-r--r--packages/taler-wallet-core/src/operations/merchants.ts2
-rw-r--r--packages/taler-wallet-core/src/operations/pay-merchant.ts1
2 files changed, 1 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/operations/merchants.ts b/packages/taler-wallet-core/src/operations/merchants.ts
index f5b3ca38c..eeefc0f79 100644
--- a/packages/taler-wallet-core/src/operations/merchants.ts
+++ b/packages/taler-wallet-core/src/operations/merchants.ts
@@ -40,7 +40,7 @@ export async function getMerchantInfo(
return existingInfo;
}
-const configUrl = new URL("config", canonBaseUrl);
+ const configUrl = new URL("config", canonBaseUrl);
const resp = await ws.http.get(configUrl.href);
const configResp = await readSuccessResponseJsonOrThrow(
diff --git a/packages/taler-wallet-core/src/operations/pay-merchant.ts b/packages/taler-wallet-core/src/operations/pay-merchant.ts
index e805c0ea1..750b3b9a6 100644
--- a/packages/taler-wallet-core/src/operations/pay-merchant.ts
+++ b/packages/taler-wallet-core/src/operations/pay-merchant.ts
@@ -1796,7 +1796,6 @@ export async function processPurchase(
return processPurchaseQueryRefund(ws, proposalId, options);
case PurchaseStatus.ProposalDownloadFailed:
case PurchaseStatus.Paid:
- case PurchaseStatus.AbortingWithRefund:
case PurchaseStatus.RepurchaseDetected:
return {
type: OperationAttemptResultType.Finished,