aboutsummaryrefslogtreecommitdiff
path: root/content_scripts/notify.ts
diff options
context:
space:
mode:
Diffstat (limited to 'content_scripts/notify.ts')
-rw-r--r--content_scripts/notify.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/content_scripts/notify.ts b/content_scripts/notify.ts
index 4a854d960..06ea2e92e 100644
--- a/content_scripts/notify.ts
+++ b/content_scripts/notify.ts
@@ -190,6 +190,7 @@ namespace TalerNotify {
let evt = new CustomEvent("taler-notify-payment", {
detail: {
+ H_contract: e.detail.H_contract,
contract: resp.contract,
payment: resp.payReq,
}