From 11c977ba70188fe413747f3bd80a9bd6f23e384e 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 58d4bbf..c217d66 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;