summaryrefslogtreecommitdiff
path: root/src/frontend_blog/essay_pay.php
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-25 15:04:36 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-25 15:04:36 +0100
commit6426ff70e95d665727c9faf08aa5daf56b4edf28 (patch)
tree722cac7551fed779f21fb751907707b4e4812eda /src/frontend_blog/essay_pay.php
parentcb319933994c9088d74b509f88976e26973a2482 (diff)
parent0af7437d388b3b1106a86b957a1449d7563dd35e (diff)
downloadmerchant-6426ff70e95d665727c9faf08aa5daf56b4edf28.tar.gz
merchant-6426ff70e95d665727c9faf08aa5daf56b4edf28.tar.bz2
merchant-6426ff70e95d665727c9faf08aa5daf56b4edf28.zip
Merge branch 'master' of ssh://taler.net/var/git/merchant
Diffstat (limited to 'src/frontend_blog/essay_pay.php')
-rw-r--r--src/frontend_blog/essay_pay.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frontend_blog/essay_pay.php b/src/frontend_blog/essay_pay.php
index c1515330..1e017428 100644
--- a/src/frontend_blog/essay_pay.php
+++ b/src/frontend_blog/essay_pay.php
@@ -22,6 +22,7 @@
* 3. forward payment to backend
*/
include("../frontend_lib/merchants.php");
+include("../frontend_lib/util.php");
include("./blog_lib.php");
session_start();
@@ -57,7 +58,8 @@ $resp = give_to_backend($_SERVER['HTTP_HOST'],
"backend/pay",
json_encode($complete_deposit_permission, JSON_PRETTY_PRINT));
$status_code = $resp->getResponseCode();
-file_put_contents("/tmp/log", "gotten smth from backend, status: " . $status_code);
+
+
// Our response code is the same we got from the backend:
http_response_code ($status_code);
// Now generate our body