Skip to content

Commit

Permalink
Merge branch 'develop' into releases/1.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Jul 9, 2024
2 parents 684b487 + 7be42c4 commit de779f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WultraMobileTokenSDKTests/IntegrationProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class IntegrationProxy {
typealias Callback = (_ error: String?) -> Void

func prepareActivation(pin: String, callback: @escaping Callback) {
WPNLogger.verboseLevel = .all
WPNLogger.verboseLevel = .debug
guard let configPath = Bundle.init(for: IntegrationProxy.self).path(forResource: "config", ofType: "json", inDirectory: "Configs") else {
callback("Config file config.json is not present.")
return
Expand Down

0 comments on commit de779f8

Please sign in to comment.