Skip to content

Commit

Permalink
Add missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
CleverUnderDog committed Feb 20, 2024
1 parent 7691b99 commit f249af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/matomo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ class MatomoTracker {
taxAmount: taxAmount,
shippingCost: shippingCost,
discountAmount: discountAmount,
revenue: grandTotal
revenue: grandTotal,
pvId: _inferPvId(pvId),
path: _inferPath(path),
campaign: campaign,
Expand Down

0 comments on commit f249af4

Please sign in to comment.