Skip to content

Commit 9948856

Browse files
committed
Added new certificate
1 parent 87f8367 commit 9948856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/FigoClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal let POLLING_INTERVAL_MSECS: Int64 = Int64(400) * Int64(NSEC_PER_MSEC)
1616
internal let POLLING_COUNTDOWN_INITIAL_VALUE = 100 // 100 x 400 ms = 40 s
1717

1818
/// Name of certificate file for public key pinning
19-
internal let CERTIFICATE_FILES = ["figo_2016, figo_2017"]
19+
internal let CERTIFICATE_FILES = ["figo_2016", "figo_2017"]
2020

2121

2222
/**

0 commit comments

Comments
 (0)