@@ -32,17 +32,17 @@ |
||
| 32 | 32 | string $remark, |
| 33 | 33 | float $codAmount = 0.0 |
| 34 | 34 | ) { |
| 35 | - $this->authentication = $auth; |
|
| 36 | - $this->name = $name; |
|
| 37 | - $this->street = $street; |
|
| 38 | - $this->city = $city; |
|
| 39 | - $this->country = $country; |
|
| 40 | - $this->postalCode = $postalCode; |
|
| 41 | - $this->numberOfParcels = $numberOfParcels; |
|
| 42 | - $this->phone = $phone; |
|
| 43 | - $this->orderNumber = $orderNumber; |
|
| 44 | - $this->remark = $remark; |
|
| 45 | - $this->codAmount = $codAmount; |
|
| 35 | + $this->authentication = $auth; |
|
| 36 | + $this->name = $name; |
|
| 37 | + $this->street = $street; |
|
| 38 | + $this->city = $city; |
|
| 39 | + $this->country = $country; |
|
| 40 | + $this->postalCode = $postalCode; |
|
| 41 | + $this->numberOfParcels = $numberOfParcels; |
|
| 42 | + $this->phone = $phone; |
|
| 43 | + $this->orderNumber = $orderNumber; |
|
| 44 | + $this->remark = $remark; |
|
| 45 | + $this->codAmount = $codAmount; |
|
| 46 | 46 | } |
| 47 | 47 | |
| 48 | 48 | public function toArray(): array |