Skip to content

Commit

Permalink
Update monero.php
Browse files Browse the repository at this point in the history
  • Loading branch information
serhack authored Mar 7, 2018
1 parent 5a13e1a commit 9a22963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/controller/extension/payment/monero.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class ControllerExtensionPaymentMonero extends Controller {
private $payment_module_name = 'monero';
public function index() {

//$this->load->model('payment/monero');
$this->load->model('checkout/order');
$this->load->model('payment/monero');
//$this->load->model('checkout/order');
$order_id = $this->session->data['order_id'];
$order = $this->model_checkout_order->getOrder($order_id);
$current_default_currency = $this->config->get('config_currency');
Expand Down

0 comments on commit 9a22963

Please sign in to comment.