diff options
Diffstat (limited to 'content_scripts')
-rw-r--r-- | content_scripts/notify.ts | 1 |
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, } |