From 649023495192d5107e4a8e235adabf937ee32130 Mon Sep 17 00:00:00 2001 From: gerard Date: Tue, 24 Jul 2018 11:28:20 +0200 Subject: [PATCH] bug with order total solved --- client/order/src/card/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/order/src/card/index.js b/client/order/src/card/index.js index 02a494668..6ffdd1e31 100644 --- a/client/order/src/card/index.js +++ b/client/order/src/card/index.js @@ -4,6 +4,7 @@ class Controller { constructor($http, $state) { this.$http = $http; this.$state = $state; + this.order = {}; } getOrder() {