commit 32008b8c50c1d33833a26f80e8a14487c7773f7a
parent bc084ef901a528cf95bef4b8421eb53e4040af5f
Author: Florian Dold <florian.dold@gmail.com>
Date: Fri, 18 Dec 2015 11:07:48 +0100
Add debugging output.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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