Browse Source

Merge pull request #447 from chjj/typo

fix: typo - s/Payment/PaymentACK/
patch-2
Ryan X. Charles 11 years ago
parent
commit
b75b96487d
  1. 2
      lib/common/PayPro.js

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

Loading…
Cancel
Save