Skip to content

Commit

Permalink
Fix reference in First Data notify method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesallsup committed Jul 30, 2015
1 parent c02ea0d commit 7414906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/controller/payment/firstdata.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public function notify() {
$message = $this->request->post['fail_reason'] . '<br />';
$message .= $this->language->get('text_response_code_full') . $this->request->post['approval_code'];

$this->model_payment_firstdata->addOrderHistory($order_id, $this->config->get('firstdata_order_status_decline_id'), $message);
$this->model_checkout_order->addOrderHistory($order_id, $this->config->get('firstdata_order_status_decline_id'), $message);
}
}
}
Expand Down

0 comments on commit 7414906

Please sign in to comment.