mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-22 13:16:07 +03:00
Update Install.md
This commit is contained in:
parent
1223195f8c
commit
b06ea9a901
@ -43,7 +43,7 @@ Into your CRM settings set path to exported file
|
||||
|
||||
```
|
||||
$this->load->model('intarocrm/order');
|
||||
$this->model_intarocrm_order->send($this->data, $order_id);
|
||||
$this->model_intarocrm_order->send($this->data, $this->session->data['order_id']);
|
||||
```
|
||||
|
||||
Add this lines into:
|
||||
|
Loading…
Reference in New Issue
Block a user