gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: b


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: backoffice UI
Date: Tue, 28 Mar 2017 16:53:17 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository merchant-frontend-examples.

The following commit(s) were added to refs/heads/master by this push:
     new 58306aa  backoffice UI
58306aa is described below

commit 58306aacc60aa70f0aa9a2daad2026c72b1a8886
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Mar 28 16:53:20 2017 +0200

    backoffice UI
---
 php/track-transfer.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/php/track-transfer.php b/php/track-transfer.php
index d073465..0efc1f3 100644
--- a/php/track-transfer.php
+++ b/php/track-transfer.php
@@ -28,10 +28,10 @@
   $json_response = json_decode($response["body"]);
   $pretty_date = get_pretty_date($json_response->execution_time);
   $amount = get_amount($json_response->total);
-  echo "<p>$wtid: $amount transferred on $pretty_date.
-       The list of involved transactions is shown below:</p>";
-
+  echo "<p>$amount transferred on $pretty_date. The list of involved
+       transactions is shown below:</p>";
   echo "<ul>";
+
   foreach ($json_response->deposits_sums as $entry){
     echo sprintf("<li>Order id: %s", $entry->order_id);
   }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]