From 792e101eb12add4d49ecc91a825767fa9722b3c1 Mon Sep 17 00:00:00 2001 From: Spencer Norman Date: Wed, 11 Oct 2017 14:09:07 -0600 Subject: [PATCH] Fix typo and bump bithound --- server/methods/core/orders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/methods/core/orders.js b/server/methods/core/orders.js index 8e6ad1eb62b..2c954ca8502 100644 --- a/server/methods/core/orders.js +++ b/server/methods/core/orders.js @@ -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) {