Skip to content

Commit

Permalink
Fix directoryServerKeyID in 3DS2 request (#54)
Browse files Browse the repository at this point in the history
We weren't filling this out correctly after the Swift conversion.
  • Loading branch information
davidme-stripe authored Jan 4, 2021
1 parent 4a33940 commit b74605e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stripe/STPIntentActionUseStripeSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class STPIntentActionUseStripeSDK: NSObject {
self.directoryServerID = directoryServerID
self.directoryServerCertificate = directoryServerCertificate
self.rootCertificateStrings = rootCertificateStrings
self.directoryServerKeyID = directoryServerID
self.directoryServerKeyID = directoryServerKeyID
self.serverTransactionID = serverTransactionID
self.threeDSSourceID = threeDSSourceID
self.redirectURL = redirectURL
Expand Down

0 comments on commit b74605e

Please sign in to comment.