summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-25 15:06:09 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-25 15:06:09 +0100
commit39939a46c3203791d439b85a67de115dc5862c35 (patch)
tree0264d78188a3c3013dc0c58278c66af441f2c23b
parent6426ff70e95d665727c9faf08aa5daf56b4edf28 (diff)
downloadmerchant-39939a46c3203791d439b85a67de115dc5862c35.tar.gz
merchant-39939a46c3203791d439b85a67de115dc5862c35.tar.bz2
merchant-39939a46c3203791d439b85a67de115dc5862c35.zip
fix html
-rw-r--r--src/frontend/fulfillment.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/fulfillment.php b/src/frontend/fulfillment.php
index a686830a..9eda351e 100644
--- a/src/frontend/fulfillment.php
+++ b/src/frontend/fulfillment.php
@@ -14,7 +14,7 @@
</svg>
</div>
- <h1>Toy Store - Payment succeeded</h1>
+ <h1>Toy Store - Product Page</h1>
</header>
<aside class="sidebar" id="left">
@@ -52,7 +52,7 @@ $hc = get($_GET["UUID"]);
if (!$hc)
{
http_response_code(400);
- echo "<p>Bad request (UUID missing)";
+ echo "<p>Bad request (UUID missing)</p>";
die();
}