From 395d3f5e57d2c39cb3bd1a7ee8e768507b5d1e6b Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sun, 9 Aug 2015 12:38:58 +0200 Subject: adding POST to give the backend the needed JSON for generating the contract. I.e. adding POST /contract --- src/frontend/checkout.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/frontend/checkout.php') diff --git a/src/frontend/checkout.php b/src/frontend/checkout.php index fc11b35a..b7b028fb 100644 --- a/src/frontend/checkout.php +++ b/src/frontend/checkout.php @@ -41,8 +41,6 @@ -
+

Lisa
You Card
Card Me
Taler
- + +
@@ -81,9 +80,7 @@ function ok(form){ to the (XUL) extension) */ sendContract(cert.responseText); } - else alert("Certificate ready state: " - + cert.readyState + ", cert status: " - + cert.status); + else alert("No certificate gotten, status " + cert.status); } }; -- cgit v1.2.3