Uploaded image for project: 'Apache Fineract'
  1. Apache Fineract
  2. FINERACT-2144

Fix DepositApiConstants names for Recurring and Fixed Deposit Products

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.11.0
    • None
    • Savings
    • None

    Description

      The constants

      public static final String FIXED_DEPOSIT_PRODUCT_RESOURCE_NAME = "fixeddeposit";

      public static final String RECURRING_DEPOSIT_PRODUCT_RESOURCE_NAME = "recurringdeposit";

      should be

      public static final String FIXED_DEPOSIT_PRODUCT_RESOURCE_NAME = "fixeddepositproduct";

      public static final String RECURRING_DEPOSIT_PRODUCT_RESOURCE_NAME = "recurringdepositproduct";

      to match the permissions assigned these products

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kigred.developer Kigenyi Wilfred
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: