merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit caad392c2bce75c9d6c592bcfed4ecdfd2b93859
parent ba03103cc5441b34b18cec63728ac05b22c8a4fd
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri,  6 Nov 2015 18:47:12 +0100

minor change

Diffstat:
Msrc/frontend/checkout.php | 2--
Msrc/frontend/index.html | 5++++-
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/frontend/checkout.php b/src/frontend/checkout.php @@ -171,8 +171,6 @@ function test_without_wallet(){ tbutton.removeAttribute("disabled"); }; -test_without_wallet(); - // Register event to be triggered by the wallet as a response to our // first event document.body.addEventListener("taler-wallet-present", diff --git a/src/frontend/index.html b/src/frontend/index.html @@ -151,11 +151,14 @@ //alert("signaling"); }; - function test_without_wallet(){ wallet_installed_cb(); } + document.body.addEventListener("taler-unload", + wallet_uninstalled_cb, + false, false); + /* Set up a listener to be called whenever a Wallet gets installed so that the user is led towards the demo's steps progressively */ document.body.addEventListener("taler-wallet-present",