fixed bug with not clearing cart notification number when confirming

This commit is contained in:
Senad Uka
2015-03-13 08:28:53 +01:00
parent b2d4122940
commit 0bafbb4b2f
2 changed files with 3 additions and 4 deletions

View File

@@ -121,6 +121,7 @@ var confirmOrder = function() {
success: function() {
console.log("done");
NavigationActions.goToThankYou();
loadCart();
}
});
};