aboutsummaryrefslogtreecommitdiff
path: root/content_scripts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-06 02:19:36 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-06 02:19:36 +0200
commit15355889c1b3c54792c6e17ae763d02c5aa98b68 (patch)
tree8a7eab6fb6ab1fd2a6241c12bf3818959492f572 /content_scripts
parentd5fc7ee42de074be1c773dcdc5dd803f89d44489 (diff)
downloadwallet-core-15355889c1b3c54792c6e17ae763d02c5aa98b68.tar.xz
also send H_contract as response
Diffstat (limited to 'content_scripts')
-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,
}