Skip to content

Commit

Permalink
Express Checkout - PHP Parsing / Syntax Error, ref #674
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed May 3, 2017
1 parent 8bb6122 commit 3eaa826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ public function angelleye_ec_force_to_display_checkout_page() {
return apply_filters('angelleye_ec_force_to_display_checkout_page', false);
} elseif (isset($_POST['terms']) && $_POST['terms'] == 'on') {
return apply_filters('angelleye_ec_force_to_display_checkout_page', false);
} elseif (!empty($paypal_express_terms && $paypal_express_terms == true)) {
} elseif ( !empty($paypal_express_terms) && $paypal_express_terms == true ) {
return apply_filters('angelleye_ec_force_to_display_checkout_page', false);
}
}
Expand Down

0 comments on commit 3eaa826

Please sign in to comment.