Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-4649

Namecheap: Implement getFilteredTldPricing()

    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).

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            abdy Abdy Franco
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              29/Jun/22

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 1 hour, 57 minutes
              1h 57m

                Agile