commit 2055c46ba2a75c8a110255a06fc3865d6da1d1dd parent d7ef42b83b6056bb39a2a2c78cf3aff51821d674 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Thu, 19 Nov 2015 10:44:33 +0100 minor fix ffillment URL Diffstat:
| M | src/frontend/pay.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/frontend/pay.php b/src/frontend/pay.php @@ -99,7 +99,7 @@ else /*$resp_page = "<html><title>GNU Taler payment</title>" . "<body>Payment succeeded!</body></html>";*/ - $ffill_obj = array ("fullfillment_page" => "http://" + $_SERVER['SERVER_NAME']); + $ffill_obj = array ("fullfillment_page" => "http://" . $_SERVER['SERVER_NAME'] . "/fullfillment"); echo json_encode ($ffill_obj); }