Skip to content

Commit

Permalink
fixed convenience init method
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Espinola committed Jul 11, 2024
1 parent 656b473 commit 9d7e131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Public/Events/ATTNAddToCartEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public final class ATTNAddToCartEvent: NSObject, ATTNEvent {

@objc(initWithItems:)
public convenience init(items: [ATTNItem]) {
self.init(items: items)
self.init(items: items, deeplink: nil)
}

@objc(initWithItems:deeplink:)
Expand Down

0 comments on commit 9d7e131

Please sign in to comment.