Skip to content

Commit

Permalink
Merge pull request #127 from pagarme/bugfix/PAOPN-265/error_in_multim…
Browse files Browse the repository at this point in the history
…eans

PAOPN-265: removed .bind() method which was deprecated in jquery vers…
  • Loading branch information
mauriciohaygert authored Dec 20, 2022
2 parents 3954e8d + bd9f6f6 commit 062c24e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ PaymentMethodController.prototype.addCreditCardNumberListener = function(formObj
setTimeout(function() {
paymentMethodController.setBin(binObj, element, formObject);
}, 300);
}).bind(this);
});
};

PaymentMethodController.prototype.twoCardsTotal = function (paymentMethod) {
Expand Down

0 comments on commit 062c24e

Please sign in to comment.