Closed ValentinaIancu-Gini closed 1 year ago
Unfortunately, for the Gini Bank SDK Example the new introduced configuration options will not work. To make it work we need to add them in
public func captureConfiguration() -> GiniConfiguration
andpublic func updateConfiguration(withCaptureConfiguration configuration: GiniConfiguration)
We need those additional steps because we modify the screens which are inside Capture SDK from Bank SDK. Check how
onboardingCurrentPageIndicatorColor
is used insideGiniBankConfiguration
file 😇
Ohh, thanks for telling me. I've updated the pr accordingly.
PIA-4102