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