File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ + (void)injectHashedEmailIntoCriteoEvents:(NSString *)hashEmail
172172+ (NSString *) createCriteoVBFromProducts : (NSArray *) products
173173{
174174 if (products == nil ) {
175- [self .logger warn: @" Criteo Event product list is empty . It will sent as empty." ];
175+ [self .logger warn: @" Criteo Event product list is nil . It will sent as empty." ];
176176 products = @[];
177177 }
178178
@@ -210,7 +210,7 @@ + (NSString*) createCriteoVBFromProducts:(NSArray*) products
210210+ (NSString *) createCriteoVLFromProducts : (NSArray *) productIds
211211{
212212 if (productIds == nil ) {
213- [self .logger warn: @" Criteo View Listing product ids list is empty . It will sent as empty." ];
213+ [self .logger warn: @" Criteo View Listing product ids list is nil . It will sent as empty." ];
214214 productIds = @[];
215215 }
216216 NSUInteger productsIdCount = [productIds count ];
You can’t perform that action at this time.
0 commit comments