summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
index 46b1262b1..7dcda4c52 100644
--- a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
+++ b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
@@ -160,7 +160,7 @@ export function useComponentState({
onSuccess(resp.transactionId);
} catch (e) {
if (e instanceof TalerError) {
- setOperationError(e.errorDetail);
+ // setOperationError(e.errorDetail);
}
console.error(e);
throw Error("error trying to accept");