File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616static NSString *const emailIdTypeKey = @" emailIdentificationType" ;
1717static NSString *const enableTypeDetectionKey = @" enableTypeDetection" ;
1818static NSString *const bundleCommerceEventData = @" bundleCommerceEventData" ;
19- static NSString *const replaceSkuAsProductName = @" forwardSkuAsProductName " ;
19+ static NSString *const replaceSkuWithProductName = @" replaceSkuWithProductName " ;
2020
2121// The possible values for userIdentificationType
2222static NSString *const userIdValueOther = @" Other" ;
@@ -552,7 +552,7 @@ - (MPKitExecStatus *)routeCommerceEvent:(MPCommerceEvent *)commerceEvent {
552552 }
553553
554554 NSString *sanitizedProductName = product.sku ;
555- if ([@" True" isEqualToString: _configuration[replaceSkuAsProductName ]]) {
555+ if ([@" True" isEqualToString: _configuration[replaceSkuWithProductName ]]) {
556556 sanitizedProductName = product.name ;
557557 }
558558
You can’t perform that action at this time.
0 commit comments