diff --git a/app/Service/v3/Implementations/UserAddressService.php b/app/Service/v3/Implementations/UserAddressService.php index 06d3bcf..e84ce0d 100644 --- a/app/Service/v3/Implementations/UserAddressService.php +++ b/app/Service/v3/Implementations/UserAddressService.php @@ -100,7 +100,8 @@ class UserAddressService implements UserAddressServiceInterface $distributionRrice = bcmul(1.50,($km-3),2); break; case ($km >= 10) : - throw new ErrorCodeException(ErrorCode::LOCATION_LONG_DISTANCE); + $distributionRrice = bcmul(1.50,($km-3),2); + // throw new ErrorCodeException(ErrorCode::LOCATION_LONG_DISTANCE); break; default: $distributionRrice = 0;