commit 554d7a3b6015e4e35fa408728cfd0fcf8c0f3212 parent 5138716fcc390f5987ac1fd8de540b54a52b2919 Author: Florian Dold <florian@dold.me> Date: Tue, 25 Nov 2025 23:19:49 +0100 logging Diffstat:
| M | js/payment-button.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/js/payment-button.js b/js/payment-button.js @@ -154,6 +154,7 @@ } }); window.talerCallback = (res) => { + console.log("talerCallback", res); if (res.present) { $('.show-if-taler-supported', context).removeClass("hidden"); } else {