From 804e5857152baa55fc8f340bb1a989d34de0b884 Mon Sep 17 00:00:00 2001 From: demm Date: Sun, 5 Feb 2017 01:20:39 +0100 Subject: [PATCH] fix selector --- StripeForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StripeForm.php b/StripeForm.php index 51306b5..d023cf9 100644 --- a/StripeForm.php +++ b/StripeForm.php @@ -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); }';