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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/pay.php b/src/frontend/pay.php
index 090b6525..ba510cdd 100644
--- a/src/frontend/pay.php
+++ b/src/frontend/pay.php
@@ -106,7 +106,7 @@ if ($status_code != 200)
gotten from the backend (which is forwarding 'as is'
the error gotten from the mint) */
echo "Error came from the backend\n";
- echo "json_encode ($new_deposit_permission)"
+ echo "json_encode ($new_deposit_permission)";
echo "\n";
echo $resp->body->toString ();
}