aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/cta/InvoicePay
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-07-03 12:43:47 -0300
committerSebastian <sebasjm@gmail.com>2023-07-03 12:43:47 -0300
commit545bf16cdfa824778c1450e64eaea236b9d81c49 (patch)
tree1cb94d8166a879e40ae237606658e0f4e7d4755b /packages/taler-wallet-webextension/src/cta/InvoicePay
parent5d76573ac054c4204e95a26dc286eb0af1f2d10d (diff)
downloadwallet-core-545bf16cdfa824778c1450e64eaea236b9d81c49.tar.xz
fix #7741
show QR with nonce
Diffstat (limited to 'packages/taler-wallet-webextension/src/cta/InvoicePay')
-rw-r--r--packages/taler-wallet-webextension/src/cta/InvoicePay/state.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/InvoicePay/state.ts b/packages/taler-wallet-webextension/src/cta/InvoicePay/state.ts
index c6512cd12..098f18921 100644
--- a/packages/taler-wallet-webextension/src/cta/InvoicePay/state.ts
+++ b/packages/taler-wallet-webextension/src/cta/InvoicePay/state.ts
@@ -102,7 +102,6 @@ export function useComponentState({
contractTermsHash: "asd",
amountRaw: hook.response.p2p.amount,
amountEffective: hook.response.p2p.amount,
- noncePriv: "",
} as PreparePayResult;
const insufficientBalance: PreparePayResult = {