@@ -17,8 +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 | - } |
|
| 21 | - else { |
|
| 20 | + } else { |
|
| 22 | 21 | echo "<p>The current status is {$return->localizacao} the item was delivery in {$return->dataEntrega}</p>"; |
| 23 | 22 | } |
| 24 | 23 | |