This is method duplication, this will not related to the issue that has been fixed. But IMO in a seperate effort it is better to improve this as well. Therefore create an issue for it.
This is method duplication, this will not related to the issue that has been fixed. But IMO in a seperate effort it is better to improve this as well. Therefore create an issue for it.
case"READY_TO_CONNECT":
case"RETURN_PENDING":
case"RETURNED":
case"DEFECTIVE":
case"WARRANTY_PENDING":
case"WARRANTY_SENT":
case"WARRANTY_REPLACED":
case"ASSIGNED":
break;
default:
Stringmsg="Invalid enrollment status type: "+status+". \nValid status types "+
This is method duplication, this will not related to the issue that has been fixed. But IMO in a seperate effort it is better to improve this as well. Therefore create an issue for it.