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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('digio-kyc-3.1.5.aar'))
|
||||
Binary file not shown.
2
digio-kyc-3.1.7/build.gradle
Normal file
2
digio-kyc-3.1.7/build.gradle
Normal file
@@ -0,0 +1,2 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('digio-kyc-3.1.7.aar'))
|
||||
BIN
digio-kyc-3.1.7/digio-kyc-3.1.7.aar
Normal file
BIN
digio-kyc-3.1.7/digio-kyc-3.1.7.aar
Normal file
Binary file not shown.
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user