Browse Source

fix: typo - s/Payment/PaymentACK/

patch-2
Christopher Jeffrey 11 years ago
parent
commit
11c977ba70
  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