Skip to content

Commit

Permalink
feature(bank-sdk): Skonto + RA. Core refactor
Browse files Browse the repository at this point in the history
PP-722
  • Loading branch information
ndubkov-distcotech committed Aug 26, 2024
1 parent 34b9049 commit 267bafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CustomDigitalInvoiceSkontoNavigationBarBottomAdapter : DigitalInvoiceSkont


override fun setOnHelpClickListener(onClick: () -> Unit) {
// TODO help here
binding?.gbsHelpBtn?.setOnClickListener { onClick() }
}

override fun onCreateView(container: ViewGroup): View {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ val skontoCommonModule = module {
}
factory {
AmountFormatter(
amountFormatter = currencyFormatterWithoutSymbol(), // TODO
amountFormatter = currencyFormatterWithoutSymbol(),
)
}
}

0 comments on commit 267bafb

Please sign in to comment.