@@ -1081,17 +1081,17 @@ ProjectConfig projectConfig
1081
1081
1082
1082
var decisionInfo = new Dictionary < string , object >
1083
1083
{
1084
- { "featureKey " , flagKey } ,
1085
- { "featureEnabled " , flagEnabled } ,
1086
- { "variableValues " , variableMap } ,
1084
+ { "flagKey " , flagKey } ,
1085
+ { "enabled " , flagEnabled } ,
1086
+ { "variables " , variableMap } ,
1087
1087
{ "variationKey" , variationKey } ,
1088
1088
{ "ruleKey" , ruleKey } ,
1089
1089
{ "reasons" , reasonsToReport } ,
1090
1090
{ "decisionEventDispatched" , decisionEventDispatched } ,
1091
1091
} ;
1092
1092
1093
1093
NotificationCenter . SendNotifications ( NotificationCenter . NotificationType . Decision ,
1094
- userId , user . GetAttributes ( ) , decisionInfo ) ;
1094
+ DecisionNotificationTypes . FLAG , userId , user . GetAttributes ( ) , decisionInfo ) ;
1095
1095
1096
1096
return new OptimizelyDecision (
1097
1097
variationKey ,
@@ -1414,7 +1414,7 @@ List<OdpSegmentOption> segmentOptions
1414
1414
1415
1415
if ( config == null )
1416
1416
{
1417
- Logger . Log ( LogLevel . ERROR , "Datafile has invalid format. Failing 'FetchQualifiedSegments'." ) ;
1417
+ Logger . Log ( LogLevel . ERROR , "Datafile has invalid format. Failing 'FetchQualifiedSegments'." ) ;
1418
1418
return null ;
1419
1419
}
1420
1420
0 commit comments