Skip to content

Commit

Permalink
issue resolved (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkeye14 authored Nov 7, 2024
1 parent c3ab1e2 commit 80524dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class SavingsAccountRepositoryImp @Inject constructor(private val dataManagerSav
groupId: Int,
productId: Int
): Observable<SavingProductsTemplate> {
return getGroupSavingsAccountTemplateByProduct(groupId, productId)
return dataManagerSavings.getGroupSavingsAccountTemplateByProduct(groupId, productId)
}

override fun createSavingsAccount(savingsPayload: SavingsPayload?): Observable<Savings> {
Expand Down

0 comments on commit 80524dc

Please sign in to comment.