merchant

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

commit fa137c5e5dac2ef61d04e4ffa378a0705da33075
parent 39939a46c3203791d439b85a67de115dc5862c35
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 25 Jan 2016 15:07:46 +0100

don't die; return instead

Diffstat:
Msrc/frontend/fulfillment.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/fulfillment.php b/src/frontend/fulfillment.php @@ -53,7 +53,7 @@ if (!$hc) { http_response_code(400); echo "<p>Bad request (UUID missing)</p>"; - die(); + return; } session_start();