Skip to content

Commit

Permalink
revert card name, ref #1020
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Apr 20, 2018
1 parent a7eee6a commit 9254a29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/wc-gateway-braintree-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -667,9 +667,6 @@ public function angelleye_do_payment($order) {
$token = WC_Payment_Tokens::get($token_id);
$braintree_customer_id = get_user_meta($customer_id, 'braintree_customer_id', true);
$request_data['paymentMethodToken'] = $token->get_token();
$request_data['creditCard'] = array(
'cardholderName' => $billing_first_name . ' ' . $billing_last_name
);
}
} else {
$request_data['paymentMethodNonce'] = $payment_method_nonce;
Expand Down

0 comments on commit 9254a29

Please sign in to comment.