From 2055c46ba2a75c8a110255a06fc3865d6da1d1dd Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 19 Nov 2015 10:44:33 +0100 Subject: minor fix ffillment URL --- src/frontend/pay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/pay.php b/src/frontend/pay.php index 55aaf9a3..e7e9e274 100644 --- a/src/frontend/pay.php +++ b/src/frontend/pay.php @@ -99,7 +99,7 @@ else /*$resp_page = "GNU Taler payment" . "Payment succeeded!";*/ - $ffill_obj = array ("fullfillment_page" => "http://" + $_SERVER['SERVER_NAME']); + $ffill_obj = array ("fullfillment_page" => "http://" . $_SERVER['SERVER_NAME'] . "/fullfillment"); echo json_encode ($ffill_obj); } -- cgit v1.2.3