Merge pull request #447 from chjj/typo
fix: typo - s/Payment/PaymentACK/
This commit is contained in:
commit
b75b96487d
@ -105,7 +105,7 @@ PayPro.prototype.makePayment = function(obj) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
PayPro.prototype.makePaymentACK = function(obj) {
|
PayPro.prototype.makePaymentACK = function(obj) {
|
||||||
this.messageType = 'Payment';
|
this.messageType = 'PaymentACK';
|
||||||
this.message = new PayPro.PaymentACK();
|
this.message = new PayPro.PaymentACK();
|
||||||
this.setObj(obj);
|
this.setObj(obj);
|
||||||
return this;
|
return this;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user