taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 15355889c1b3c54792c6e17ae763d02c5aa98b68
parent d5fc7ee42de074be1c773dcdc5dd803f89d44489
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  6 Apr 2016 02:19:36 +0200

also send H_contract as response

Diffstat:
Mcontent_scripts/notify.ts | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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, }