Skip to content

Commit

Permalink
Fix typo and bump bithound
Browse files Browse the repository at this point in the history
  • Loading branch information
spencern authored Oct 11, 2017
1 parent 912a50d commit 792e101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/methods/core/orders.js
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ export const methods = {

Hooks.Events.run("onOrderRefundCreated", orderId);

// Send email to notify cuustomer of a refund
// Send email to notify customer of a refund
if (checkSupportedMethods.includes("De-authorize")) {
Meteor.call("orders/sendNotification", order);
} else if (orderMode === "capture" && sendEmail) {
Expand Down

0 comments on commit 792e101

Please sign in to comment.