diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-04 11:48:50 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-04 11:48:57 +0200 |
commit | 0697c987c5314232056a86fa128b518c866d2f12 (patch) | |
tree | 330f9fc47df51cd452bd750ebee523dc45649334 /content_scripts | |
parent | 91549d39929195add3f76544989d65f22b9296ea (diff) |
version 0.6.10
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 e4adaa3db..2c71efc2e 100644 --- a/content_scripts/notify.ts +++ b/content_scripts/notify.ts @@ -284,6 +284,7 @@ namespace TalerNotify { }); addHandler("taler-payment-succeeded", (msg: any, sendResponse: any) => { + console.log("got taler-payment-succeeded"); sendResponse(); }); |