Skip to content

Commit

Permalink
FINERACT-2144: Fix DepositApiConstant names
Browse files Browse the repository at this point in the history
  • Loading branch information
wkigenyi authored and adamsaghy committed Nov 4, 2024
1 parent 174f417 commit 0bc14ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ private DepositsApiConstants() {
}

// Deposit products
public static final String FIXED_DEPOSIT_PRODUCT_RESOURCE_NAME = "fixeddeposit";
public static final String RECURRING_DEPOSIT_PRODUCT_RESOURCE_NAME = "recurringdeposit";
public static final String FIXED_DEPOSIT_PRODUCT_RESOURCE_NAME = "fixeddepositproduct";
public static final String RECURRING_DEPOSIT_PRODUCT_RESOURCE_NAME = "recurringdepositproduct";

// Deposit accounts
public static final String FIXED_DEPOSIT_ACCOUNT_RESOURCE_NAME = "fixeddepositaccount";
Expand Down

0 comments on commit 0bc14ab

Please sign in to comment.