Merge pull request #447 from chjj/typo

fix: typo - s/Payment/PaymentACK/
This commit is contained in:
Ryan X. Charles 2014-07-23 18:04:19 -04:00
commit b75b96487d
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;