summaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-16 11:25:16 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-16 11:25:16 +0100
commit07c2958778a3f0a2493cac25b6dcf3f712913b5b (patch)
tree6b05caa06649ffb2f18cda5b54539d85b5c5b9bd /php
parent11a2fcf9b4151d76ce4b8d3b6eb32881fe78550a (diff)
downloadmerchant-frontend-examples-07c2958778a3f0a2493cac25b6dcf3f712913b5b.tar.gz
merchant-frontend-examples-07c2958778a3f0a2493cac25b6dcf3f712913b5b.tar.bz2
merchant-frontend-examples-07c2958778a3f0a2493cac25b6dcf3f712913b5b.zip
Alert message about broken caching
Diffstat (limited to 'php')
-rw-r--r--php/fulfillment.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/php/fulfillment.php b/php/fulfillment.php
index 6f2f19d..03db718 100644
--- a/php/fulfillment.php
+++ b/php/fulfillment.php
@@ -11,7 +11,10 @@
echo sprintf("<p>Thanks for your donation!</p>
<br>
<p>The transaction ID was: %s; use it to
- <a href=\"backoffice.html\">track</a> your money.</p>",
+ <a href=\"backoffice.html\">track</a> your money.</p>
+ <small>Due to caching issue with some browsers,
+ it's recommended to manually clear the cache after
+ each run.</small>",
$_SESSION['transaction_id']);
return;
}