From bde32d50c6319e34771f255e1c911f8d52811038 Mon Sep 17 00:00:00 2001 From: Max Souza Date: Wed, 1 Apr 2020 15:27:44 -0300 Subject: [PATCH] Fixed switch on php 7.3 --- Helper/Data.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }; }