From 7b408c335ba16169e07cb91aeb8b63cdf5a19ecc Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 23 Jul 2014 15:02:19 -0700 Subject: [PATCH] fix: typo - s/Payment/PaymentACK/ --- lib/common/PayPro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/PayPro.js b/lib/common/PayPro.js index 58d4bbf99ea..c217d665178 100644 --- a/lib/common/PayPro.js +++ b/lib/common/PayPro.js @@ -105,7 +105,7 @@ PayPro.prototype.makePayment = function(obj) { }; PayPro.prototype.makePaymentACK = function(obj) { - this.messageType = 'Payment'; + this.messageType = 'PaymentACK'; this.message = new PayPro.PaymentACK(); this.setObj(obj); return this;