|  | @@ -71,7 +71,7 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 71 | 71 |          if ($receiver->hasTerminal()) { | 
                                                                                                            
                                                            | 72 | 72 |              $deliveryServiceCode = Service::TERMINAL(); | 
                                                                                                            
                                                            | 73 | 73 |          } else { | 
                                                                                                            
                                                            | 74 |  | -            $deliveryServiceCode = in_array($receiver->getCountryCode(), ['LT', 'LV']) ? Service::COURIER_LT_LV() : Service::COURIER(); | 
                                                                                                            
                                                            |  | 74 | +            $deliveryServiceCode = in_array($receiver->getCountryCode(), [ 'LT', 'LV' ]) ? Service::COURIER_LT_LV() : Service::COURIER(); | 
                                                                                                            
                                                            | 75 | 75 |          } | 
                                                                                                            
                                                            | 76 | 76 |   | 
                                                                                                            
                                                            | 77 | 77 |          $writer->writeAttribute('service', $deliveryServiceCode->getValue()); | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.