Browse Source

updated kyc value in default after succesfull kyc subbmission

pull/1/head
ccr 6 years ago
parent
commit
44c2caa65e
  1. BIN
      GMERemittance.xcworkspace/xcuserdata/shishir.xcuserdatad/UserInterfaceState.xcuserstate
  2. 1
      GMERemittance/Module/New Group/Kyc/Application Logic/Interactor/KycInteractor.swift

BIN
GMERemittance.xcworkspace/xcuserdata/shishir.xcuserdatad/UserInterfaceState.xcuserstate

1
GMERemittance/Module/New Group/Kyc/Application Logic/Interactor/KycInteractor.swift

@ -227,6 +227,7 @@ extension KycInteractor: KycInteractorInput {
self.service.submit(param: params, images: images, success: { (response) in self.service.submit(param: params, images: images, success: { (response) in
// print(response?.firstName) // print(response?.firstName)
// Todo: After success what? // Todo: After success what?
UserDefaults.standard.set("true", forKey: UserKeys.kyc)
self.output?.submitSuccess() self.output?.submitSuccess()
}) { (error) in }) { (error) in

Loading…
Cancel
Save