Skip to content

Commit 7b408c3

Browse files
committed
fix: typo - s/Payment/PaymentACK/
1 parent 87e8034 commit 7b408c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/PayPro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ PayPro.prototype.makePayment = function(obj) {
105105
};
106106

107107
PayPro.prototype.makePaymentACK = function(obj) {
108-
this.messageType = 'Payment';
108+
this.messageType = 'PaymentACK';
109109
this.message = new PayPro.PaymentACK();
110110
this.setObj(obj);
111111
return this;

0 commit comments

Comments
 (0)