Merge pull request #4341 from medici/digio-sdk-upgrade

upgraded the digio kyc sdk | fixed the payment failure blank screen
This commit is contained in:
shankar yadav
2022-11-14 16:36:20 +05:30
committed by GitHub Enterprise
8 changed files with 8 additions and 7 deletions

2
.gitignore vendored
View File

@@ -15,7 +15,7 @@
*.class
*.log
vcs.xml
digio-kyc-3.1.5/build
digio-kyc-3.1.7/build
digio-esign-v2.8.9/build
one-money-sdk/build
truecallersdk-2.6.1-releasePartner/build

View File

@@ -1,2 +0,0 @@
configurations.maybeCreate("default")
artifacts.add("default", file('digio-kyc-3.1.5.aar'))

Binary file not shown.

View File

@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('digio-kyc-3.1.7.aar'))

Binary file not shown.

View File

@@ -229,10 +229,11 @@ class CheckerActivity : BasePaymentActivity() {
private fun onFailureResponse(response: GenericErrorResponse?) {
response?.let {
apiPollScheduler?.stopApiPoll()
val url = getCta()
val bundle = intent.extras ?: Bundle()
bundle.putParcelable(ERROR_DATA, it)
apiPollScheduler?.stopApiPoll()
ActionData(url = getCta()).toNavigateAmcModule(this, finish = true, bundle = bundle)
ActionData(url).toNavigateAmcModule(this, finish = true, bundle = bundle)
}
}

View File

@@ -128,7 +128,7 @@ dependencies {
api "com.google.android.gms:play-services-location:17.0.0"
//Digio: for adhaar verification
api project(":digio-kyc-3.1.5")
api project(":digio-kyc-3.1.7")
//Digio e-nach
api project(":digio-esign-v2.8.9")

View File

@@ -1,4 +1,4 @@
include ':app', ':digio-esign-v2.8.9', ':digio-kyc-3.1.5', ':pulse'
include ':app', ':digio-esign-v2.8.9', ':digio-kyc-3.1.7', ':pulse'
include ':neoeyed-sdk-release-3.4.0'
include ':finoramic-androidx-sdk'
rootProject.name='android-customer-app'