Skip to content

Commit

Permalink
remove class, ref #542
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Aug 19, 2016
1 parent ba305b0 commit 47afc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/wc-gateway-braintree-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public function payment_fields() {
</div>
<script>
var $form = jQuery('form.checkout, #order_review');
var ccForm = jQuery('form.checkout, #order_review');
var ccForm = jQuery('form.checkout');
var clientToken = "<?php echo $clientToken; ?>";
braintree.setup(clientToken, "dropin", {
container: "braintree-payment-form",
Expand Down

0 comments on commit 47afc09

Please sign in to comment.