also send H_contract as response

This commit is contained in:
Florian Dold 2016-04-06 02:19:36 +02:00
parent d5fc7ee42d
commit 15355889c1

View File

@ -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,
}