Skip to content

Commit

Permalink
chore: remove correlationID from risk SDK frames options
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-ossai-cko committed May 29, 2024
1 parent 76d5038 commit e790e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Checkout/Source/Tokenisation/CheckoutAPIService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ final public class CheckoutAPIService: CheckoutAPIProtocol {
anyCodable: AnyCodable()
)

let framesOptions = FramesOptions(productIdentifier: Constants.Product.name, version: Constants.Product.version, correlationId: logManager.correlationID)
let framesOptions = FramesOptions(productIdentifier: Constants.Product.name, version: Constants.Product.version)
let riskConfig = RiskConfig(publicKey: publicKey, environment: riskEnvironment, framesOptions: framesOptions)
let riskSDK = Risk.init(config: riskConfig)

Expand Down

0 comments on commit e790e20

Please sign in to comment.