diff --git a/Helper/Data.php b/Helper/Data.php index 0fa2b72..9cdbc0a 100644 --- a/Helper/Data.php +++ b/Helper/Data.php @@ -450,7 +450,7 @@ public function checkFreeshipping (& $response) $lowerMethod = $deliveryMethodId; } - continue; + break; } case 'lower_delivery_date': { @@ -460,7 +460,7 @@ public function checkFreeshipping (& $response) $lowerMethod = $deliveryMethodId; } - continue; + break; } }; }