@@ -17,7 +17,7 @@ |
||
17 | 17 | if ($return->status === 'OK') { |
18 | 18 | if (!$return->dataEntrega) { |
19 | 19 | echo "<p>The current status is {$return->localizacao} and the estimated delivery time is {$return->previsaoEntrega}</p>"; |
20 | - }else { |
|
20 | + } else { |
|
21 | 21 | echo "<p>The current status is {$return->localizacao} the item was delivery in {$return->dataEntrega}</p>"; |
22 | 22 | } |
23 | 23 |
@@ -17,7 +17,7 @@ |
||
17 | 17 | if ($return->status === 'OK') { |
18 | 18 | if (!$return->dataEntrega) { |
19 | 19 | echo "<p>The current status is {$return->localizacao} and the estimated delivery time is {$return->previsaoEntrega}</p>"; |
20 | - }else { |
|
20 | + } else { |
|
21 | 21 | echo "<p>The current status is {$return->localizacao} the item was delivery in {$return->dataEntrega}</p>"; |
22 | 22 | } |
23 | 23 |