merchant

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

commit d3f7bdec30d2a04b209ddaefb5e896da9c723d93
parent 2dc1a1002e9b848009628794d7034273d7f78c6c
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 25 Jan 2016 18:09:21 +0100

fix syntax error

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

diff --git a/src/frontend/pay.php b/src/frontend/pay.php @@ -97,7 +97,7 @@ if ($status_code != 200) "status" => $status_code, "detail" => $resp->body->toString())); echo $json; - die() + die(); } $my_payment["is_payed"] = true;