Fixed accidentally removing JavaInvoiceDataExtractor
This commit is contained in:
parent
f426632e01
commit
013c6fa088
|
@ -176,7 +176,7 @@ class BankingModule(private val applicationContext: Context) {
|
|||
@Provides
|
||||
@Singleton
|
||||
fun provideInvoiceDataExtractor() : IInvoiceDataExtractor {
|
||||
return NoOpInvoiceDataExtractor()
|
||||
return JavaInvoiceDataExtractor()
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue