Skip to content

Commit

Permalink
Fix constant names
Browse files Browse the repository at this point in the history
  • Loading branch information
wkigenyi committed Oct 30, 2024
1 parent 9812f14 commit f42b102
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ private DepositsApiConstants() {
public static final String RECURRING_DEPOSIT_PRODUCT_RESOURCE_NAME = "recurringdeposit";

// Deposit accounts
public static final String FIXED_DEPOSIT_ACCOUNT_RESOURCE_NAME = "fixeddepositaccount";
public static final String RECURRING_DEPOSIT_ACCOUNT_RESOURCE_NAME = "recurringdepositaccount";
public static final String FIXED_DEPOSIT_ACCOUNT_RESOURCE_NAME = "fixeddepositaccountproduct";
public static final String RECURRING_DEPOSIT_ACCOUNT_RESOURCE_NAME = "recurringdepositaccountproduct";

public static final String SAVINGS_ACCOUNT_RESOURCE_NAME = "savingsaccount";
public static final String SAVINGS_ACCOUNT_TRANSACTION_RESOURCE_NAME = "savingsaccount.transaction";
Expand Down
Empty file.
Empty file added hs_err_pid1744.log
Empty file.
Empty file added replay_pid1744.log
Empty file.

0 comments on commit f42b102

Please sign in to comment.