fixed bug with not clearing cart notification number when confirming
This commit is contained in:
@@ -121,6 +121,7 @@ var confirmOrder = function() {
|
||||
success: function() {
|
||||
console.log("done");
|
||||
NavigationActions.goToThankYou();
|
||||
loadCart();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user