diff --git a/sell/logistic_price/uk_price.py b/sell/logistic_price/uk_price.py index 26cbb42..7a998b0 100644 --- a/sell/logistic_price/uk_price.py +++ b/sell/logistic_price/uk_price.py @@ -44,4 +44,4 @@ def uk_ocean_order_price(packages,k): else: order_fee = ltl_fee order_type = order_type2 - return round(order_fee,2), order_type \ No newline at end of file + return max(round(order_fee,2),2), order_type \ No newline at end of file