@@ -83,7 +83,7 @@ |
||
| 83 | 83 | |
| 84 | 84 | |
| 85 | 85 | // Some other stuff |
| 86 | - $this->weight = (int)$response->weightInGrams; |
|
| 86 | + $this->weight = (int) $response->weightInGrams; |
|
| 87 | 87 | $this->customerReference = $response->customerReference; |
| 88 | 88 | $this->requestedDeliveryMethod = $response->requestedDeliveryMethod; |
| 89 | 89 | |