diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-06 02:19:36 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-06 02:19:36 +0200 |
commit | 15355889c1b3c54792c6e17ae763d02c5aa98b68 (patch) | |
tree | 8a7eab6fb6ab1fd2a6241c12bf3818959492f572 /content_scripts | |
parent | d5fc7ee42de074be1c773dcdc5dd803f89d44489 (diff) |
also send H_contract as response
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, } |