We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f6394 commit 7f17e32Copy full SHA for 7f17e32
ios/RNMParticle/RNMParticle.m
@@ -413,7 +413,6 @@ + (MPCommerceEvent *)MPCommerceEvent:(id)json {
413
commerceEvent.productListSource = json[@"productActionListSource"];
414
commerceEvent.screenName = json[@"screenName"];
415
commerceEvent.transactionAttributes = [RCTConvert MPTransactionAttributes:json[@"transactionAttributes"]];
416
- commerceEvent.action = [RCTConvert MPCommerceEventAction:json[@"productActionType"]];
417
commerceEvent.checkoutStep = [json[@"checkoutStep"] intValue];
418
commerceEvent.nonInteractive = [json[@"nonInteractive"] boolValue];
419
if (json[@"shouldUploadEvent"] != nil) {
0 commit comments