| @@ -153,9 +153,8 @@ | ||
| 153 | 153 | $order->setPacketTrackingUrl( $this->coreHelper->getTrackingUrl( $result->packet_id ) ); |
| 154 | 154 | $order->setPacketClaimId( $result->packet_claim_id ); |
| 155 | 155 | $order->setPacketClaimTrackingUrl( $this->coreHelper->getTrackingUrl( $result->packet_claim_id ) ); |
| 156 | 156 | $order->setPacketClaimPassword( $result->packet_claim_password ); |
| 157 | - $order->setConsignPassword( $result->consign_password ); | |
| 158 | 157 | $order->setSize( new Size( $this->parseFloat( $result->length ), $this->parseFloat( $result->width ), $this->parseFloat( $result->height ) ) ); |
| 159 | 158 | $order->setIsExported( (bool) $result->is_exported ); |
| 160 | 159 | $order->setIsLabelPrinted( (bool) $result->is_label_printed ); |
| 161 | 160 | $order->setCarrierNumber( $result->carrier_number ); |
| @@ -199,9 +198,8 @@ | ||
| 199 | 198 | |
| 200 | 199 | if ( $result->point_id !== null ) { |
| 201 | 200 | $pickUpPoint = new PickupPoint( |
| 202 | 201 | $result->point_id, |
| 203 | - $result->point_place, | |
| 204 | 202 | $result->point_name, |
| 205 | 203 | $result->point_city, |
| 206 | 204 | $result->point_zip, |
| 207 | 205 | $result->point_street, |