Skip to content

Commit

Permalink
Braintree - Kount Custom is still not correct, ref #1020
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Apr 20, 2018
1 parent e93cf32 commit e44bc42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/wc-gateway-braintree-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ public function payment_fields() {
},
onReady: function (braintreeInstance) {
jQuery('.woocommerce-error, .braintree-device-data', ccForm).remove();
console.log(braintreeInstance.deviceData);
ccForm.append("<input type='hidden' class='braintree-device-data' id='device_data' name='device_data' value=" + braintreeInstance.deviceData + ">");
jQuery.each(jQuery('#braintree-payment-form').children('iFrame'),
function (index) {
Expand Down

0 comments on commit e44bc42

Please sign in to comment.