summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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