From 15355889c1b3c54792c6e17ae763d02c5aa98b68 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 6 Apr 2016 02:19:36 +0200 Subject: also send H_contract as response --- content_scripts/notify.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'content_scripts') 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, } -- cgit v1.2.3