Skip to content

Commit 7f17e32

Browse files
Fix: Remove Extra ProductActionType Check (#59)
1 parent d3f6394 commit 7f17e32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ios/RNMParticle/RNMParticle.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ + (MPCommerceEvent *)MPCommerceEvent:(id)json {
413413
commerceEvent.productListSource = json[@"productActionListSource"];
414414
commerceEvent.screenName = json[@"screenName"];
415415
commerceEvent.transactionAttributes = [RCTConvert MPTransactionAttributes:json[@"transactionAttributes"]];
416-
commerceEvent.action = [RCTConvert MPCommerceEventAction:json[@"productActionType"]];
417416
commerceEvent.checkoutStep = [json[@"checkoutStep"] intValue];
418417
commerceEvent.nonInteractive = [json[@"nonInteractive"] boolValue];
419418
if (json[@"shouldUploadEvent"] != nil) {

0 commit comments

Comments
 (0)