Skip to content

Commit

Permalink
Update iyzico.php
Browse files Browse the repository at this point in the history
new getOrder Method added.
  • Loading branch information
mehmetselim authored Mar 21, 2019
1 parent 51dc62e commit dc1ae84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upload/catalog/controller/extension/payment/iyzico.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,10 @@ public function successPage() {

$this->load->model('account/order');
$this->load->model('catalog/product');
$this->load->model('checkout/order');
$this->load->model('tool/upload');

$order_info = $this->model_account_order->getOrder($order_id);
$order_info = $this->model_checkout_order->getOrder($order_id);

// Products
$data['products'] = array();
Expand Down

0 comments on commit dc1ae84

Please sign in to comment.