Skip to content

Commit

Permalink
fix selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ruskid committed Feb 5, 2017
1 parent 2965f5c commit 804e585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StripeForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function init() {
});';
}

if($this->applyJqueryPaymentValidation && !isset($this->cardValidationBrandHandler)){
if($this->applyJqueryPaymentValidation && !isset($this->brandIdentificationHandler)){
$this->brandIdentificationHandler = 'function(cardType){
$("#' . $this->brandContainerId . '").text(cardType);
}';
Expand Down

0 comments on commit 804e585

Please sign in to comment.