fix: typo - s/Payment/PaymentACK/

This commit is contained in:
Christopher Jeffrey 2014-07-23 15:02:19 -07:00
parent 1936bfd374
commit 11c977ba70
1 changed files with 1 additions and 1 deletions

View File

@ -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;