Skip to content

Commit

Permalink
Updated session url
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Mar 23, 2020
1 parent c2941c8 commit 5111c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/android/VeriffCordovaPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class VeriffCordovaPlugin extends CordovaPlugin {
private static final String LAUNCH_ACTION = "launchVeriffSDK";

private static final int REQUEST_CODE = 800;
private static final String SESSION_URL = "https://magic.veriff.me";
private static final String SESSION_URL = "https://alchemy.veriff.com";
private static CallbackContext callbackContextApp;

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/ios/VeriffCordovaPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Veriff
callbackId = command.callbackId! as String
let sessionToken = command.arguments[0] as! String

let conf = VeriffConfiguration(sessionToken: sessionToken , sessionUrl: "https://magic.veriff.me")
let conf = VeriffConfiguration(sessionToken: sessionToken , sessionUrl: "https://alchemy.veriff.com")
let veriff = Veriff.shared
veriff.delegate = self
veriff.set(configuration: conf!)
Expand Down

0 comments on commit 5111c44

Please sign in to comment.