We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f8367 commit 9948856Copy full SHA for 9948856
Source/FigoClient.swift
@@ -16,7 +16,7 @@ internal let POLLING_INTERVAL_MSECS: Int64 = Int64(400) * Int64(NSEC_PER_MSEC)
16
internal let POLLING_COUNTDOWN_INITIAL_VALUE = 100 // 100 x 400 ms = 40 s
17
18
/// Name of certificate file for public key pinning
19
-internal let CERTIFICATE_FILES = ["figo_2016, figo_2017"]
+internal let CERTIFICATE_FILES = ["figo_2016", "figo_2017"]
20
21
22
/**
0 commit comments