summaryrefslogtreecommitdiff
path: root/src/frontend/pay.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/pay.php')
-rw-r--r--src/frontend/pay.php2
1 files changed, 1 insertions, 1 deletions
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 = "<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);
}