diff --git a/ajax/get_relay_delivery_locations.php b/ajax/get_relay_delivery_locations.php index df29e2b..31e8258 100644 --- a/ajax/get_relay_delivery_locations.php +++ b/ajax/get_relay_delivery_locations.php @@ -38,7 +38,7 @@ // We are not getting a tariff here, just relay locations. $quote = LceQuote::getLatestForCart($cart, false); if (!$quote) { - $quote = LceQuote::getNewForCart($cart); + $quote = LceQuote::getNewForCart($cart); } $offer = LceOffer::getForQuoteAndLceService($quote, $lce_service);