fix decrypt password
This commit is contained in:
@@ -25,7 +25,7 @@ public class GetMetodePenyampaianByIdService implements BaseService<MetodePenyam
|
||||
throw new BusinessException(HttpStatus.CONFLICT,
|
||||
Constants.ERR_CODE_10001,
|
||||
Constants.ERR_TTL_10001,
|
||||
String.format(Constants.ERR_MSG_10001, input.getId()));
|
||||
String.format(Constants.ERR_MSG_10001, "Metode Penyampaian", input.getId()));
|
||||
}
|
||||
|
||||
return MetodePenyampaianResponse.builder()
|
||||
|
||||
Reference in New Issue
Block a user