Skip to content

Commit

Permalink
fix: typo - s/Payment/PaymentACK/
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Jul 23, 2014
1 parent 87e8034 commit 7b408c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/PayPro.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7b408c3

Please sign in to comment.