Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payment: PayPal Standard #2585

Closed
sofyansitorus opened this issue Jan 21, 2015 · 0 comments
Closed

Payment: PayPal Standard #2585

sofyansitorus opened this issue Jan 21, 2015 · 0 comments

Comments

@sofyansitorus
Copy link
Contributor

v2.0.1.1 (Release date: 06.12.2014)

It seems the conditional check for $order_info['order_status_id'] on file catalog\controller\payment\pp_standard.php line 199 is useless.

if (!$order_info['order_status_id']) {
$this->model_checkout_order->addOrderHistory($order_id, $order_status_id);
} else {
$this->model_checkout_order->addOrderHistory($order_id, $order_status_id);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants