Skip to content

Commit

Permalink
Merge pull request #67 from getbouncer/awush/support_multiple_invocat…
Browse files Browse the repository at this point in the history
…ions

Support multiple invocations of enter manually
  • Loading branch information
awush-stripe authored Jan 19, 2022
2 parents 490c57c + aa76c12 commit 6f000bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/RNCardVerify.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ extension RNCardVerify: VerifyCardAddResult {
if let resolve = resolve {
resolve(["action": "skipped"])
}

resolve = nil
}

func fraudModelResultsVerifyCardAdd(viewController: UIViewController, creditCard: CreditCard, encryptedPayload: String?, extraData: [String: Any]) {
Expand Down

0 comments on commit 6f000bc

Please sign in to comment.