]> _ Git - fluidbook-html5.git/commitdiff
wip #6895
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 6 May 2024 16:44:04 +0000 (18:44 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 6 May 2024 16:44:04 +0000 (18:44 +0200)
js/libs/fluidbook/cart/fluidbook.cart.bastide-resah.js

index 7972062c599f5173a09ae171e9a5c9273fa4e4b2..c971bb8c355d531776a3dbee4ffbb6b5c5d91d17 100644 (file)
@@ -35,7 +35,7 @@ FluidbookCartBastideResah.prototype = {
                 method: 'POST',
                 data: {details: $this.getItems()},
             }).done(function (data) {
-                $this.fluidbook.stats.trackEcommerceOrder([data.order, data.total]);
+                $this.fluidbook.stats.trackEcommerceOrder(data.order, data.total);
             });
 
             $this.fluidbook.menu.quickCloseView();