Skip to content

Commit

Permalink
Correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbelliard committed Mar 9, 2017
1 parent 458df59 commit ffaffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax/get_relay_delivery_locations.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ffaffb0

Please sign in to comment.