summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-12-18 11:40:36 +0100
committerFlorian Dold <florian.dold@gmail.com>2015-12-18 11:40:36 +0100
commit20871c37ede3d4df984257e9547ef0554dffeea9 (patch)
tree74c87aa4d8bef66e628dcc19eac249612e432aea
parent32008b8c50c1d33833a26f80e8a14487c7773f7a (diff)
downloadmerchant-20871c37ede3d4df984257e9547ef0554dffeea9.tar.gz
merchant-20871c37ede3d4df984257e9547ef0554dffeea9.tar.bz2
merchant-20871c37ede3d4df984257e9547ef0554dffeea9.zip
More debugging output.
-rw-r--r--src/frontend/pay.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frontend/pay.php b/src/frontend/pay.php
index 1d5f13e4..090b6525 100644
--- 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