Skip to content

Commit

Permalink
Use double instead of num for grandTotal
Browse files Browse the repository at this point in the history
  • Loading branch information
CleverUnderDog committed Feb 20, 2024
1 parent 41c9d93 commit 7691b99
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 @@ -706,7 +706,7 @@ class MatomoTracker {
num? taxAmount,
num? shippingCost,
num? discountAmount,
num? grandTotal,
double? grandTotal,
String? pvId,
String? path,
Campaign? campaign,
Expand Down

0 comments on commit 7691b99

Please sign in to comment.