get_service_name will now return a string (as documented)
When trying to get a services name we'll now check if it is present in services array. If not we'll return the service_name itself to show the services key at least. This makes introducing new services easier, since there will always be a name displayed.
replace get_service_label with get_service_name
since they were doing the same thing
get_service_name
will now return a string (as documented) When trying to get a services name we'll now check if it is present in services array. If not we'll return the service_name itself to show the services key at least. This makes introducing new services easier, since there will always be a name displayed.get_service_label
withget_service_name
since they were doing the same thing