summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-12-17 13:35:06 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-12-17 13:35:06 +0100
commit4b528005ca4aacc366ce0e72bdc17a78b213d2ac (patch)
treed8736bbd2e687068ec91cc6c80e0fd8fd45b03ad
parentd92aa4e56352b0c878c49014f57826e841956587 (diff)
downloadmerchant-4b528005ca4aacc366ce0e72bdc17a78b213d2ac.tar.gz
merchant-4b528005ca4aacc366ce0e72bdc17a78b213d2ac.tar.bz2
merchant-4b528005ca4aacc366ce0e72bdc17a78b213d2ac.zip
fixing taler fulfillment URL
-rw-r--r--src/frontend/fullfillment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/fullfillment.php b/src/frontend/fullfillment.php
index 40762b19..09de3fbf 100644
--- a/src/frontend/fullfillment.php
+++ b/src/frontend/fullfillment.php
@@ -51,7 +51,7 @@ else{
$news = false;
switch ($_SESSION['receiver']){
case "Taler":
- $news = "https://taler.net/about";
+ $news = "https://taler.net/news";
break;
case "GNUnet":
$news = "https://gnunet.org/";