Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.5.0-b1
-
Component/s: None
-
Labels:None
Description
Implement RegistrarModule::getFilteredTldPricing() by moving the contents from getTldPricing() and updating that function to:
public function getTldPricing($module_row_id = null) { return $this->getFilteredTldPricing($module_row_id); }
We should still fetch all available prices for caching in getFilteredTldPricing(), but only format and return prices that match the criteria. Caching should also be updated to store API results, rather than formatted list of prices (and thus the fetched cache results will need to go through formatting instead of being immediately returned).