id_address_delivery); $countryIso = Country::getIsoById($orderAddress->id_country); } catch (Exception $e) { $countryIso = self::PL_CONST; } if ($isCod) return self::PUDO_BASE_URL . '&direct_delivery_cod=1&query=' . $countryIso; if ($isSwipbox) return self::PUDO_BASE_URL . '&swip_box=1&hideFilters=1&query=' . $countryIso; return self::PUDO_BASE_URL . '&query=' . $countryIso; } }