Skip to content

Commit

Permalink
- renamed results in orders/shipmentShipped; (reactioncommerce#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
newsiberian authored and Aaron Judd committed May 3, 2016
1 parent 9d8a546 commit 08963dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/reaction-core/server/methods/orders.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ Meteor.methods({
}

return {
notify: notifyResult,
workflow: workflowResult,
notifyResult: notifyResult,
workflowResult: workflowResult,
completedItems: completedItemsResult,
completedOrder: completedOrderResult
};
Expand Down

0 comments on commit 08963dc

Please sign in to comment.