aboutsummaryrefslogtreecommitdiff
path: root/content_scripts
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-10-05 00:02:10 +0200
committertg(x) <*@tg-x.net>2016-10-05 00:02:10 +0200
commitec62d29c90958aa8d41474ed2fe5a179d6fafed7 (patch)
tree367cc55bc6772cf194ed6c4778cd344d581d3d7c /content_scripts
parentfda241d74d5c1c39203b64da676c684d4dc9d800 (diff)
parentd3ccf4103900b8d990b1970d135695b938d94eae (diff)
downloadwallet-core-ec62d29c90958aa8d41474ed2fe5a179d6fafed7.tar.xz
Merge branch 'master' of taler.net:/var/git/wallet-webex
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/notify.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/content_scripts/notify.ts b/content_scripts/notify.ts
index 64f65e7e5..0e723b52c 100644
--- a/content_scripts/notify.ts
+++ b/content_scripts/notify.ts
@@ -287,6 +287,11 @@ namespace TalerNotify {
})
});
+ addHandler("taler-payment-succeeded", (msg: any, sendResponse: any) => {
+ console.log("got taler-payment-succeeded");
+ sendResponse();
+ });
+
addHandler("taler-get-payment", (msg: any, sendResponse: any) => {
const walletMsg = {
type: "execute-payment",