Skip to content

Commit

Permalink
Address PR Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Jan 16, 2025
1 parent 92390ac commit e04dbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecommerce.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export interface IECommerce extends IECommerceShared {
promotion: Promotion
): void;
extractTransactionId(
attributes: ExtractedTransactionId;
attributes: ExtractedTransactionId,
productAction: ProductAction
): void;
generateExpandedEcommerceName(eventName: string, plusOne: boolean): string;
Expand Down

0 comments on commit e04dbe3

Please sign in to comment.