From 32008b8c50c1d33833a26f80e8a14487c7773f7a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 18 Dec 2015 11:07:48 +0100 Subject: Add debugging output. --- src/frontend/pay.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/pay.php b/src/frontend/pay.php index d9a605bc..1d5f13e4 100644 --- a/src/frontend/pay.php +++ b/src/frontend/pay.php @@ -105,6 +105,7 @@ if ($status_code != 200) /* error: just forwarding to the wallet what gotten from the backend (which is forwarding 'as is' the error gotten from the mint) */ + echo "Error came from the backend"; echo $resp->body->toString (); } else -- cgit v1.2.3