summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/taler-wallet-core/src/pay-merchant.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/pay-merchant.ts b/packages/taler-wallet-core/src/pay-merchant.ts
index 36cf5180b..f9d20d415 100644
--- a/packages/taler-wallet-core/src/pay-merchant.ts
+++ b/packages/taler-wallet-core/src/pay-merchant.ts
@@ -2849,9 +2849,10 @@ async function processPurchaseAutoRefund(
},
);
notifyTransition(wex, transactionId, transitionInfo);
+ return TaskRunResult.progress();
}
- return TaskRunResult.backoff();
+ return TaskRunResult.longpollReturnedPending();
}
async function processPurchaseAbortingRefund(