This addresses an issue where the self::$udev_api_services was returning null and silently failing. This would happen right before we made the request to udev api.
This also address an issue where the service['cf'] regressed to a boolean instead of allowing the tier through.
Type of Change
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation Update (if none of the other choices apply)
Proposed changes
This addresses an issue where the self::$udev_api_services was returning null and silently failing. This would happen right before we made the request to udev api.
This also address an issue where the service['cf'] regressed to a boolean instead of allowing the tier through.
Type of Change