performa invoice

This commit is contained in:
omair saleh
2021-11-29 10:58:18 +08:00
parent 50dd599288
commit d07d3bcd16
@@ -61,7 +61,6 @@ abstract class AbstractControllerLogic
return $response;
} catch (ErrorException|GeneralExceptions $exception){
dd($exception);
return (new ApiResponseObject($this->getNotificationTitle().' failed', $exception->getMessage(),
$exception->getCode() ? $exception->getCode() : HttpStatus::SERVER_ERROR))->handler();