Skip to content

Commit

Permalink
Merge branch 'master' into camel-k-addition
Browse files Browse the repository at this point in the history
  • Loading branch information
mary cochran authored and mary cochran committed Jun 4, 2020
2 parents 589df48 + c8e4c03 commit 35fae96
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private static Order createOrderFromCommand(final CreateOrderCommand createOrder

// persist the order
logger.debug("createOrderFromCommand: persisting {}", order.toString());
// order.persist();
order.persist();
logger.debug("createOrderFromCommand: persisted {}", order.toString());
return order;
}
Expand Down
Loading

0 comments on commit 35fae96

Please sign in to comment.