commit 20871c37ede3d4df984257e9547ef0554dffeea9
parent 32008b8c50c1d33833a26f80e8a14487c7773f7a
Author: Florian Dold <florian.dold@gmail.com>
Date: Fri, 18 Dec 2015 11:40:36 +0100
More debugging output.
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/frontend/pay.php b/src/frontend/pay.php
@@ -105,7 +105,9 @@ 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 "Error came from the backend\n";
+ echo "json_encode ($new_deposit_permission)"
+ echo "\n";
echo $resp->body->toString ();
}
else