From e267ba60ddad581f50f7462dc3d33387ae93b35a Mon Sep 17 00:00:00 2001 From: 0phelia Date: Thu, 5 Aug 2021 16:58:11 +0200 Subject: [PATCH] fix wrong key name for privacy manager ID --- ios/Classes/SourcepointCmp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Classes/SourcepointCmp.swift b/ios/Classes/SourcepointCmp.swift index d502115..d5318d9 100644 --- a/ios/Classes/SourcepointCmp.swift +++ b/ios/Classes/SourcepointCmp.swift @@ -38,7 +38,7 @@ class SourcepointCmp : SwiftSourcepointCmpPlugin{ let accountId = argument["accountId"] as? Int ?? 22 let propertyId = argument["propertyId"] as? Int ?? 7639 let propertyName = argument["propertyName"] as? String ?? "tcfv2.mobile.webview" - let PMId = argument["PMId"] as? String ?? "122058" + let PMId = argument["pmId"] as? String ?? "122058" cvc = GDPRConsentViewController( accountId: accountId,