Skip to content

Commit

Permalink
1.4.0 Breaks Void Authorization, ref #660
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed May 2, 2017
1 parent ba74f36 commit 8f4ef69
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -179,6 +179,9 @@ public function angelleye_do_express_checkout_payment() {
}
$this->angelleye_add_order_note($order);
$this->angelleye_add_extra_order_meta($order);
if($this->gateway->payment_action != 'Sale') {
AngellEYE_Utility::angelleye_paypal_for_woocommerce_add_paypal_transaction($this->paypal_response, $order, $this->gateway->payment_action);
}
if ($this->response_helper->ec_is_response_success($this->paypal_response)) {
$this->angelleye_ec_get_customer_email_address($this->confirm_order_id);
$this->angelleye_ec_sellerprotection_handler($this->confirm_order_id);
Expand Down

0 comments on commit 8f4ef69

Please sign in to comment.