Skip to content

Commit

Permalink
Merge branch 'MOB-2475-PII-Whitelisting-Discount' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Abishekh-S-Kamath committed Oct 13, 2021
2 parents e2509fa + 1651fec commit cba8cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BVSDK/BVAnalytics/BVPixelEvents/BVBasePIIEvent.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ - (instancetype)initWithParams:(nullable NSDictionary *)params {
initWithObjects:@"orderId", @"affiliation", @"total", @"tax",
@"shipping", @"city", @"state", @"country", @"currency",
@"items", @"locale", @"discount", @"type", @"label", @"value",
@"proxy", @"partnerSource", @"deploymentZone" @"TestCase", @"TestSession",
@"proxy", @"partnerSource", @"deploymentZone", @"TestCase", @"TestSession",
@"dc", @"ref", nil];

self.additionalParams = params ? params : [NSDictionary dictionary];
Expand Down

0 comments on commit cba8cc3

Please sign in to comment.