Kigenyi Wilfred created FINERACT-2144:
-----------------------------------------
Summary: Fix DepositApiConstants names for Recurring and Fixed
Deposit Products
Key: FINERACT-2144
URL: https://issues.apache.org/jira/browse/FINERACT-2144
Project: Apache Fineract
Issue Type: Task
Components: Savings
Affects Versions: 1.11.0
Reporter: Kigenyi Wilfred
The constants
{color:#cc7832}public static final {color}String
FIXED_DEPOSIT_PRODUCT_RESOURCE_NAME =
{color:#6a8759}"fixeddeposit"{color}{color:#cc7832};{color}
{color:#cc7832}public static final {color}String
{color:#9876aa}RECURRING_DEPOSIT_PRODUCT_RESOURCE_NAME {color}=
{color:#6a8759}"recurringdeposit"{color}{color:#cc7832};{color}
{color:#cc7832}should be {color}
{color:#cc7832}public static final {color}String
FIXED_DEPOSIT_PRODUCT_RESOURCE_NAME =
{color:#6a8759}"fixeddepositproduct"{color}{color:#cc7832};{color}
{color:#cc7832}public static final {color}String
{color:#9876aa}RECURRING_DEPOSIT_PRODUCT_RESOURCE_NAME {color}=
{color:#6a8759}"recurringdepositproduct"{color}{color:#cc7832};{color}
{color:#cc7832}to match the permissions assigned these products{color}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)