merchant-frontend-examples

ZZZ: Inactive/Deprecated
Log | Files | Refs

commit 58306aacc60aa70f0aa9a2daad2026c72b1a8886
parent 7d0b3fdd257773866e29978453f9ebc89c099c51
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 28 Mar 2017 16:53:20 +0200

backoffice UI

Diffstat:
Mphp/track-transfer.php | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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); }