summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
}