bluehost / endurance-page-cache

Other
24 stars 11 forks source link

Update services logic #100

Closed MikeHansenMe closed 3 years ago

MikeHansenMe commented 3 years ago

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