aboutsummaryrefslogtreecommitdiff
path: root/content_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/notify.ts1
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();
});