fix over weight minimum charge

This commit is contained in:
Omair Saleh
2022-12-14 20:16:52 +08:00
parent 90ca018e81
commit 2c1431a813
@@ -62,7 +62,6 @@ abstract class AbstractControllerLogic
return $response;
} catch (ErrorException|GeneralExceptions|TypeError $exception){
dd($exception);
return (new ApiResponseObject($this->getNotificationTitle().' failed', $exception->getMessage(),
!in_array($exception->getCode(), [0, 42000]) ? $exception->getCode() : HttpStatus::SERVER_ERROR))->handler();