summaryrefslogtreecommitdiff
path: root/src/frontend/checkout.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/checkout.php')
-rw-r--r--src/frontend/checkout.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/frontend/checkout.php b/src/frontend/checkout.php
index d9542c3b..061f2028 100644
--- a/src/frontend/checkout.php
+++ b/src/frontend/checkout.php
@@ -92,8 +92,9 @@ function taler_pay(form)
if (contract_request.status == 200)
{
/* display contract_requestificate (i.e. it sends the JSON string
- to the extension) */
+ to the extension) alert (contract_request.responseText); */
handle_contract(contract_request.responseText);
+
}
else
{
@@ -172,7 +173,7 @@ function test_without_wallet(){
tbutton.removeAttribute("disabled");
};
-// test_without_wallet();
+test_without_wallet();
// Register event to be triggered by the wallet as a response to our
// first event