Skip to content

Commit

Permalink
WooCommerce 3.0.x / PayPal for Woo 1.4.x Compatibility / AutoShip, ref
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed May 25, 2017
1 parent 5691144 commit 0fc0828
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 @@ -653,7 +653,6 @@ public function angelleye_do_payment($order) {
} else {
update_post_meta( $order->get_id(), 'is_sandbox', $this->sandbox );
}
$order->payment_complete($this->response->transaction->id);
$transaction = Braintree_Transaction::find($this->response->transaction->id);
$this->save_payment_token($order, $transaction->creditCard['token']);
do_action('before_save_payment_token', $order_id);
Expand Down

0 comments on commit 0fc0828

Please sign in to comment.