commit ed9ac718af37c32e259e58d9e1045fc980c081bd parent 965cefde1f05541ac113ad37bc798d1e8f115293 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Tue, 17 Nov 2015 17:33:16 +0100 adding fullfillment message Diffstat:
| M | src/frontend/pay.php | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/frontend/pay.php b/src/frontend/pay.php @@ -92,8 +92,8 @@ if ($status_code != 200) } else { - echo $resp->body->toString (); - //echo "Payment succeeded!\n"; + header("Content-Type", "text/html"); + echo '<html><title>GNU Taler payment</title><body>Payment succeeded!</body></html>\n'; } ?>