summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-12-18 11:07:48 +0100
committerFlorian Dold <florian.dold@gmail.com>2015-12-18 11:07:48 +0100
commit32008b8c50c1d33833a26f80e8a14487c7773f7a (patch)
treea4b569f05473470b970e7b764fe2a0663dec6502
parentbc084ef901a528cf95bef4b8421eb53e4040af5f (diff)
downloadmerchant-32008b8c50c1d33833a26f80e8a14487c7773f7a.tar.gz
merchant-32008b8c50c1d33833a26f80e8a14487c7773f7a.tar.bz2
merchant-32008b8c50c1d33833a26f80e8a14487c7773f7a.zip
Add debugging output.
-rw-r--r--src/frontend/pay.php1
1 files changed, 1 insertions, 0 deletions
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