Skip to content

Commit

Permalink
cleaned up product screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Espinola committed Jul 12, 2024
1 parent c163c88 commit a89a439
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Example/Example/ProductViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ - (void)viewDidAppear:(BOOL)animated {
- (IBAction)addToCartButtonPressed:(id)sender {
ATTNItem* item = [self buildItem];
ATTNAddToCartEvent* addToCart = [[ATTNAddToCartEvent alloc] initWithItems:@[ item ]];
addToCart.deeplink = @"https://www.clientapp.com/flow=payment";

[[ATTNEventTracker sharedInstance] recordEvent:addToCart];
[self showToast:@"Add To Cart event sent" duration:2];
Expand Down

0 comments on commit a89a439

Please sign in to comment.