merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 39939a46c3203791d439b85a67de115dc5862c35
parent 6426ff70e95d665727c9faf08aa5daf56b4edf28
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 25 Jan 2016 15:06:09 +0100

fix html

Diffstat:
Msrc/frontend/fulfillment.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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(); }