summaryrefslogtreecommitdiff
path: root/src/frontend/pay.php
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-18 18:30:38 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-18 18:30:38 +0200
commitd09f4dd972c9ef6dce68fca786f9dce964d689d5 (patch)
tree80feb740de19c7e7022f6e54b4de4f3b4d422507 /src/frontend/pay.php
parent5223abda2bcab0b33a67ff7817034954ec072095 (diff)
downloadmerchant-d09f4dd972c9ef6dce68fca786f9dce964d689d5.tar.gz
merchant-d09f4dd972c9ef6dce68fca786f9dce964d689d5.tar.bz2
merchant-d09f4dd972c9ef6dce68fca786f9dce964d689d5.zip
revamping the toy site: more explanations, closer to desired flow
Diffstat (limited to 'src/frontend/pay.php')
-rw-r--r--src/frontend/pay.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/frontend/pay.php b/src/frontend/pay.php
index 7232c2d5..5fd2cd20 100644
--- a/src/frontend/pay.php
+++ b/src/frontend/pay.php
@@ -1,14 +1,12 @@
+<!DOCTYPE html>
<html>
<head>
<title>Fullfillment page</title>
</head>
<body>
-
<?php
-
/*
-
This file is part of TALER
Copyright (C) 2014, 2015 Christian Grothoff (and other contributing authors)
@@ -25,7 +23,6 @@
*/
-
/*
// recover the session
session_start();
@@ -40,7 +37,6 @@
*/
?>
-
Payment successful, thanks!
</body>