merchant

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

commit 6f8ec0ace54158db313e3cb4511506f3283134ae
parent 48e87b51c6945c0ed653bf78a4a19b0712e6cdb9
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 25 Jan 2016 15:14:41 +0100

fix missing include

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

diff --git a/src/frontend/fulfillment.php b/src/frontend/fulfillment.php @@ -47,6 +47,7 @@ function generate_msg ($link){ } +include '../frontend_lib/util.php'; $hc = get($_GET["UUID"]); if (empty($hc))