Skip to content

Commit 4a792f1

Browse files
revert: expandedInstructions return type (#532)
hotfix: expandedInstructions return type
1 parent 2bb4fca commit 4a792f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mParticle-Apple-SDK/Ecommerce/MPCommerceEvent.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ - (NSDictionary *)dictionaryRepresentation {
724724
break;
725725
}
726726

727-
return expansionInstructions;
727+
return [expansionInstructions copy];
728728
}
729729

730730
- (NSArray<MPProduct *> *const)addedProducts {

0 commit comments

Comments
 (0)