@@ -36,7 +36,7 @@ |
||
| 36 | 36 | foreach ($itinerary['PricingOptions'] as $priceOption) { |
| 37 | 37 | $mappedData['Itineraries'][$count] = [ |
| 38 | 38 | 'Price' => $priceOption['Price'], |
| 39 | - 'Deeplink' => 'none',//$priceOption['DeeplinkUrl'], |
|
| 39 | + 'Deeplink' => 'none', //$priceOption['DeeplinkUrl'], |
|
| 40 | 40 | 'OutboundCarrier' => $outboundCarrier['Name'], |
| 41 | 41 | 'InboundCarrier' => $inboundCarrier['Name'], |
| 42 | 42 | ]; |