summaryrefslogtreecommitdiff
path: root/src/frontend/pay.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/pay.php')
-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