@cmpsr/analytics
Advanced tools
Comparing version 0.4.0 to 0.4.1-canary-20240723163306
@@ -131,3 +131,3 @@ "use strict"; | ||
var amplitude = window.amplitude; | ||
var event = new amplitude.revenue().setPrice(price).setQuantity(quantity).setRevenueType(type); | ||
var event = new amplitude.Revenue().setPrice(price).setQuantity(quantity).setRevenueType(type); | ||
amplitude.revenue(event); | ||
@@ -134,0 +134,0 @@ }); |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.4.0", | ||
"version": "0.4.1-canary-20240723163306", | ||
"author": "Steve Cox <stevejcox@me.com>", | ||
@@ -13,0 +13,0 @@ "license": "MIT", |
41082